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.
Hey oscarluque,
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 it looks better but it messes with the mobile view. See screenshot
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
Thanks, this combination of code worked.
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon