Home › Forums › Support › Change the dimension of a normal page This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 18, 2018 at 3:10 am #759947 Elia Hi there, How can I make this page not too wide? Please take a look at the link that I specified. It’s now about 1170px and I want to make it 800px and centered of course December 18, 2018 at 5:14 am #760021 DavidStaff Customer Support Hi there, do you want to change the entire site width including header? If so you can adjust in the Customizer > Layout > Container. If you just want to adjust the content area width then you can use this CSS: @media (min-width: 800px) { #main { max-width: 800px; margin-left: auto; margin-right: auto; } } February 3, 2019 at 10:57 pm #800637 Elia Thanks, David! How can I do the same just for 1 page (page-id-14210) February 4, 2019 at 5:16 am #800844 DavidStaff Customer Support You can add the class to the rule so #main { becomes .page-id-14210 #main { February 4, 2019 at 5:41 pm #801534 Elia Thanks a lot! February 4, 2019 at 5:58 pm #801544 DavidStaff Customer Support You’re welcome Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In