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.

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

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread