Hi,
My site’s homepage is designed using Thrive Architect, so I need it to be full-width. However, I also need other pages (non Thrive Architect) to be limited to a max width of 800px when there’s no sidebar.
I was using this CSS:
.no-sidebar .type-page .site-content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
Ideally, I’d want two different settings for ‘full width’ and ‘contained’ pages in the post editor (I think older versions of GP used to have a similar option), so that I can select the one I want on a page-by-page basis rather than using universal CSS.
Can this be done?