Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1127748

    I have noticed a white lines on the sides of my grid row elements when I add a link area. How do I removed these white lines? I have this grid row structure on multiple pages on my site. They are all the same elements.

    #1127755

    Hey goldiejake123,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1128045

    When I add that code not on mobile things do not look correct. The grid elements are now not full width.

    #1128180

    Hi,

    Thanks for the update, please try this instead:

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

    Best regards,
    Rikard

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