Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #758479

    Hi,

    I have serveral grid row elements on a customers site built this way:

    View post on imgur.com


    It looks fine on desktop but on mobile there are big spaces between each grid row. Could you please provide me the CSS to minimize them (make it look good again).

    Thanks

    • This topic was modified 7 years, 9 months ago by timahe.
    #758540

    Hey Tima,

    Is this for the home page? Under Where My Homes At?

    Best regards,
    Jordan Shannon

    #758668

    Yes, or rather one of my clients!

    #758762

    Hi,

    Please add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .av-flex-cells .no_margin {

    padding-top: 0px!important;
    }
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #761052

    Btw everything perfect !

    #761148

    Hi,

    Great, I am glad this was able to be fixed for you. If you need additional help, please contact us here.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Distance between Grid Rows on mobile’ is closed to new replies.