Home › Forums › Support › Different content width on same pages This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 25, 2019 at 12:39 am #791692 Jagoba Hi, I would like to have a content width of 900px on the website, and on every page with sidebar but only there a 1400px width content, is it possible? Many thanks! January 25, 2019 at 4:43 am #791828 DavidStaff Customer Support Hi there, what you could do is this, set your Customizer > Layout > Container to 1400px and then use this CSS: body.no-sidebar:not(.full-width-content) .site.grid-container { max-width: 900px; } Which reduces the container width when no sidebar is present. January 25, 2019 at 7:48 am #792078 Jagoba Thanks David! The problem is that when I do that, the pages that I have customized with Thrive Archivect in full width get the width of 900px…that is why I was trying to do the other way round…is there any other form to do it? Thanks! January 25, 2019 at 7:58 am #792083 DavidStaff Customer Support I edited the code above to exclude fullwidth pages, assuming the full width is being set by GP. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In