This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage, row layout width in page editor

Resolved 3 replies questionthemetheme-vantage
10 years ago · Last reply by Fergus Flanagan 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Greg Priday Staff 10 years, 2 months ago

    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. Fergus Flanagan 10 years, 2 months ago

    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. Fergus Flanagan 10 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread