Archived topic
How to set different container widths for different pages.
3 replies · Started by Dhruv on June 1, 2015
Viewing posts 1–4 of 4
Dear Tom,
How Can I set different container widths for different pages.
Thanks
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;
}
Great... Thanks.
No problem! :)
This archived topic is closed to new replies.