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.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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
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.