Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #376579

    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

    #377044

    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

    #377054

    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;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make Grid Row in Advanced Layout Editor Full Width’ is closed to new replies.