Full Width Home with Boxed Inner Pages

I’m trying to set my site to have a full-width front page and all other pages to use a boxed content layout. Currently, I’m not seeing any options to exclude solely one page from this design. I assume it must be either an option in cornerstone or something I’ll have to correct with custom CSS. If I’m missing the option, where can I find it? If not, what CSS will I need to apply?

In general, how can I revert changes to the theme to UNDO adjustments after I have left the page and come back?

Hello Jordan,

You do not have to apply any custom CSS to achieve this. You just have to change the Page Template used by the homepage to a Fullwidth or Blank - No Container template.


Hope this helps.

This solution is not working. If I set the website to be boxed, then the inner pages are correct but the front page does not change at all with the template I add. If I set the website to be fullwidth, inner pages will not update to a boxed status by setting a container template. And if I make either change, the front page breaks to be boxed for a period of time until I change the width settings multiple times.

Hey Jordan,

I see one of your sites is using the Integrity 2 demo and you want a boxed layout except the home page. There’s no option to exclude certain pages from the global layout so you will need to use custom CSS. Below is the code that will make the Site Layout Fullwidth only in your home page if you insert it in Content CSS.

.site, .x-site {
    max-width: 100%;
}

I’d recommend that you watch this video at https://youtu.be/LyDAu9Lc4iQ to understand how it works.

If you also would changed your Header to Static or Fixed Top, please remove the code as it will make the header fullwidth also so I don’t recommend this for design consistency.

Hope that helps and thank you for understanding.

Thanks a ton, this worked.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.