Home › Forums › Support › Without Sidebar PAGE Width to 728px This topic has 7 replies, 2 voices, and was last updated 3 years, 11 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts April 19, 2019 at 4:13 am #873311 Sumit I want to set my (No Sidebar) PAGE Width to 728px. please send me CSS code ASAP GeneratePress 2.2.2 April 19, 2019 at 4:51 am #873332 DavidStaff Customer Support Hi there, i answered a very similar question today: https://generatepress.com/forums/topic/content-width/#post-873239 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 19, 2019 at 6:30 am #873387 Sumit My Blog Post (Without Sidebar) width is already set to 728px But when I create a page (without Sidebar) then I noticed that it’s width is not 728px. So, please send me the code to set the PAGE Width to 728px. Waiting for code… April 19, 2019 at 6:43 am #873400 DavidStaff Customer Support Did you install the updated version that i mentioned in that link? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 19, 2019 at 7:02 am #873530 Sumit Yes, I’m using the same version. But When I opened layout option and changed the width. Then my header also get affected and it was not looking good. Please provide me with the CSS Code. Last time you gave me this code for the full-width blog post. It’s working great. body.single.no-sidebar .site.grid-container { max-width: 728px; } Please provide similar code for full width PAGE My Page URL is: https://blogginglift.com/about/ April 19, 2019 at 7:19 am #873547 DavidStaff Customer Support You can target the page instead of single like so: body.page.no-sidebar .site.grid-container { max-width: 728px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 19, 2019 at 7:30 am #873557 Sumit Thanks David, It’s working. April 19, 2019 at 7:37 am #873564 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In