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

    On all of my pages in my website I have a grid row. On desktop There is a white line between each element – see screenshot.

    #1111754

    Hey oscarluque,

    Add this to quick css:

    #av-layout-grid-1 .no_margin.av_one_third {
        width: 33.4%!important;
    }

    Best regards,
    Jordan Shannon

    #1112103

    When I add that code it looks better but it messes with the mobile view. See screenshot

    #1112110

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #av-layout-grid-1 .no_margin.av_one_third {
        width: 100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1112125

    Thanks, this combination of code worked.

    #1112126

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘White space between grid rows’ is closed to new replies.