Home>Support>Page Builder – Full Width; Sequel Theme (twenty fourteen)

Page Builder – Full Width; Sequel Theme (twenty fourteen)

Hello again community,
I have a question about width of rows/widgets using page builder – Curious if there is away to adjust the container for rows, or widgets inside of rows, while using PageBuilder so that the content may fill the entire allotted site area.

The text right now starts in the middle of the main site area, as if aligned centered. I would like it to fill the entire area, not just the middle portion.
I have tried editing the page-template options with no change.
I have tried adjusting the Row-setting in page builder, no change whether I set it as full-width or full-width stretch – which makes me believe it is a Theme-specific issue.

I have tried changing the PageBuilder settings from body, to #main as one thread suggested – no difference. I have tried the Custom CSS tag suggested for Vantage (figured worth giving it a chance) no change.

Is there a way to edit this?

Running latest WP (4.3.1)
Running latest PageBuilder (2.2)
on Sequel theme (twenty fourteen)
view my site for reference here: http://www.mordigenmalone.com

Many Thanks

URL: http://www.mordigenmalone.com

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

  1. 9 years, 13 days ago Andrew Misplon
    Hi, I Work Here

    Hi Mordigen

    Side note: if you want to roll back the 2014 widget style for font size, insert the following in Custom CSS:

    .widget {
        font-size: 16px;
    }
    

    Adjust as required.

    For the full width / constraint issue, try this:

    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
        max-width: 100%;
    }
    

    That’ll change the whole site though. Not sure if that’ll work for you.

    Custom CSS to be inserted in a Custom CSS plugin.

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