Search for: Log In Free Support [Resolved] How do I change Side bar Width to a Custom one? Home › Forums › Support › How do I change Side bar Width to a Custom one? This topic has 3 replies, 2 voices, and was last updated 3 years, 11 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 29, 2017 at 8:46 pm #299232 Dagmar Hi My next simple question: How do I change Right/Left side bar Width to a Custom one = i.e 28%? There is no place to enter my own number, and that ‘slider’ does NOT work properly! Thank you very much Dagmar GP Premium 1.2.96 March 29, 2017 at 8:49 pm #299235 TomLead Developer Lead Developer GP is based on a grid system that uses 5% increments. To use custom percentages, you would need to use CSS. For example, if your sidebar is set to 25%, you could do this: .sidebar.grid-25 { width: 28%; } .content-area.grid-75 { width: 72%; } Adding CSS: https://docs.generatepress.com/article/adding-css/ What about the slider isn’t working? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 29, 2017 at 9:07 pm #299242 Dagmar Aha, css editing. Exactly the thing I wanted not to have to do again. At least this one is simple Thank you March 29, 2017 at 11:40 pm #299263 TomLead Developer Lead Developer In cases like this, if I were to include CSS for every 1% instead of 5%, the theme would be quite a bit heavier. In some cases, CSS will be necessary, especially in a theme that stays away from bloat 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development 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