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.
Hey goldiejake123,
Add this to quick css:
#av-layout-grid-1 .no_margin.av_one_third{
width:33.4%!important;
}
Best regards,
Jordan Shannon
When I add that code not on mobile things do not look correct. The grid elements are now not full width.