Tagged: masonary gap setting mobile
Hi I like to have no gap between pictures in my page
In desktop or mobile lanscape view is ok
but when I hold the phone vertically I can see gap between pictures how can I remove them
screenshot picture: http://www.teknolom.com/wp-content/uploads/2025/08/IMG_9746.png
Hey volkantuncer,
Thank you for the inquiry.
Did you add this css code?
.responsive #top .av-masonry-entry {
width: 100%;
width: 45.6% !important;
margin: 0 4% 1% 0;
}
You have to reset the width to 50% and the margin to 0.
.responsive #top .av-masonry-entry {
width: 50% !important;
margin: 0;
}
Screenshot:
Best regards,
Ismael