Title: Sidebar width
Last modified: September 26, 2018

---

# Sidebar width

 *  [adsleeder](https://wordpress.org/support/users/adsleeder/)
 * (@adsleeder)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-width-68/)
 * Hi,
 * I want to make the sidebar display the evens on one line, so either the text 
   needs reducing or the sidebar needs widening.
 * Any help appreciated.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-width-68%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-width-68/#post-10741897)
 * Hi!
 * Thanks for reaching out
 * Add the following code in your custom css field ( `Wp admin > SportsPress > Settings
   > General > Custom CSS` ) and let us know how it works:
 *     ```
       .content-wrapper .content-area {
       	max-width: 52%;
       }
       .content-wrapper .widget-area {
       	min-width: 48%;
       }
       ```
   
 * You can reduce and increase widths there. Just remember that when you increase
   one you have to decrease the other so they’ll add up to 100%.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Sidebar width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/rookie/1.5.4/screenshot.png)
 * Rookie
 * [Support Threads](https://wordpress.org/support/theme/rookie/)
 * [Active Topics](https://wordpress.org/support/theme/rookie/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/rookie/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/rookie/reviews/)

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 1 reply
 * 2 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-width-68/#post-10741897)
 * Status: not resolved