Tagged: full width, grid row
Hi,
I would like to make the grid row layout element full width – that way when i color one column, there’s not a white strip between the edge of the window and the column. Is this possible?
See link in private content – would like grey section to continue left to edge of window
Hi GlowTouch_Designs!
The grid row element should be full width. Are you sure you do not have some extra cells to the left and right of that specific cell?
I didn’t see any link in your screenshot. Send us a link and we’ll take a look.
Cheers!
Elliott
I believe I was able to solve it by using the following line of code added to the Quick CSS:
.av-layout-grid-container {
padding-left: 0;
padding-right: 0;
}