Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1488411

    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

    #1488478

    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:

    View post on imgur.com

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.