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.

Content boxes all aligned to the left of the page

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

Good morning/evening! I had a problem a few days ago with my content boxes not aligning on my front page, and while that problem has been resolved, another has come up. Now all of my content boxes on my services page that are supposed to be full-page width are not, and are all aligned to the left. How do I make them full-width again, or at least align them to the center?
Some pages for example:

Handbooks and Forms


http://www.rocketcityhr.com/services/hiring-recruiting-and-selection-2/
The page setting is “full width page no title”, but as you can see, it’s not full width.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Mary Butgereit 10 years, 7 months ago

    If it helps, I think it may be due to the code that solved the original problem –

    /* Page Builder */

    .panel-row-style {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1080px;
    }

    I think that may be limiting the content boxes to 1080px instead of allowing them to go full-width. My home page looks great – but now the other pages are messed up. Is there any way to get the best of both worlds here? :)

  2. Andrew Misplon Staff 10 years, 7 months ago

    Hi Mary

    Apologies for the hassle. Try making our original change specific to the home page as follows:

    /* Page Builder */
    .home .panel-row-style {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1080px;
    }

    Let us know how you come along.

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