Home › Forums › Support › How to set different container widths for different pages. This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 1, 2015 at 9:22 pm #111904 Dhruv Dear Tom, How Can I set different container widths for different pages. Thanks June 2, 2015 at 12:10 am #111915 TomLead Developer Lead Developer Hi there, First, you’ll need to know the ID of the page – you can do this using Inspect Element in Chrome, or Firebug in Firefox. The element has a class that looks like this: page-id-1 – 1 being the ID of that page. Then add this CSS: body.page-id-1 .grid-container { max-width: 1000px; } June 2, 2015 at 6:41 am #111951 Dhruv Great… Thanks. June 2, 2015 at 9:30 am #112031 TomLead Developer Lead Developer No problem! 🙂 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