Home>Support>Content boxes all aligned to the left of the page

Content boxes all aligned to the left of the page

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Mary Butgereit

    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. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More