Home>Support>Vantage, row layout width in page editor

Vantage, row layout width in page editor

I’ve got a row in the page editor and I’ve set the property row layout to ‘full width’. I found this to be too narrow so I tried ‘full width stretched’ but this ends up being too wide. How can I change this to something in between please?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 10 months ago Greg Priday
    Hi, I Work Here

    Hi Fergus

    Thanks for reaching out. Sorry about the late reply. We’re busy catching up on all our free support.

    Try the following:

    1. Edit the row concerned, set the layout to full width stretched.
    2. Click the Attributes tab and insert the following in the first field:

    custom-full-width

    3. Go to Appearance > Custom CSS and insert:

    /* Custom Page Builder */
    
    @media (min-width: 780px) {
      .custom-full-width {
          padding: 0 5% !important;
      }
    }
    

    Adjust the 10% value as required. You can use px if you prefer. Hope that helps.

  2. 8 years, 9 months ago Fergus Flanagan

    Thanks Greg.

    What do you mean by this?

    “Adjust the 10% value as required. You can use px if you prefer. Hope that helps.”

    I have tried playing around with the values – 0 5% – but have no idea what these mean perhaps you could fill me in. Any values I replace them with has no bearing as the margin has completely disappeared and I would like some control over it.

    @media (min-width: 780px) {
      .custom-full-width {
          padding: 0 5% !important;
      }
    }
    

    Cheers

  3. 8 years, 9 months ago Fergus Flanagan

    Okay got it working now, think the link to the custom css didn’t save oddly but now seems to be working.

    Thanks :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More