Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261419

    When I scroll to the bottom of a post I see 8 related posts.

    When I view this on an iPhone there is a thin gap between the two sides of 4 images.

    However the four images are all squashed together without a gap is it possible to have an even gap around all the images?

    shutterliving.com/president-francois-hollande/

    #261501

    Hi Jamie A!

    Please add following code to Quick CSS

    @media only screen and (max-width: 479px) {
    .responsive #top .related_entries_container .av_one_eighth {
    margin-bottom: 3px;
    }}

    Regards,
    Yigit

    #302446

    This worked perfectly thanks Yigit

    (Case closed)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Space between related posts on an iPhone’ is closed to new replies.