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/
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
This worked perfectly thanks Yigit
(Case closed)