Tagged: , ,

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

    I’m using a “Grid Row” component for adding some space on the right and left of two icon lists. It’s setup so that there’s a 1/5 cell, then a 3/5 cell with two 1/2 columns (each containing the icon lists), then another 1/5 cell. It works fine, but I’d like to shrink the space that the 1/5 cells are providing on each end.

    Was hoping I could just set the cells to 1/6 or 1/7 on the ends, but they only go up to 1/5 for the options.

    Any way to accomplish this easily? Some kind of horizontal equivalent to the “whitespace” separator?

    • This topic was modified 9 years, 2 months ago by Michae1.
    #389480

    Hi Michae1!

    Try dragging a codeblock element to your page content and add this inside.

    <style type = "text/css">
    .av-layout-grid-container .av_one_fifth {
      width: 10% !important;
    }
    </style>

    Cheers!
    Elliott

    #389570

    Hi Elliott,

    It worked! Thanx!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Grid Row Custom Widths’ is closed to new replies.