Search for: Log In Free Support [Support request] Container Issues Home › Forums › Support › Container Issues This topic has 5 replies, 2 voices, and was last updated 1 year, 6 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 25, 2019 at 11:06 am #940928 Hollee Good afternoon! Sorry if this has already been answered… On one single page, I turned off the sidebar and set container to “full-width”… however it isn’t centered. Is there a way to just center this one page? Thank you so much! June 25, 2019 at 11:38 am #940961 LeoStaff Customer Support Hi there, Remove this CSS you’ve added should fix it. @media only screen and (min-width: 769px) { #primary { max-width: calc(100% - 330px); } } Let me know if this helps π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 25, 2019 at 12:11 pm #940984 Hollee Thank you so much! I think I have to keep that code in for Mediavine. Is there a way to just remove it on one page? June 25, 2019 at 12:15 pm #940987 LeoStaff Customer Support Do you need that code for only one page? If so it’s best to target that code for just one page instead. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 25, 2019 at 12:43 pm #941020 Hollee No. I need that code to be on every page except for one. π June 25, 2019 at 1:07 pm #941041 LeoStaff Customer Support Try this instead: @media only screen and (min-width: 769px) { body:not(.page-id-41876) #primary { max-width: calc(100% - 330px); } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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