Title: Sidebar Width
Last modified: April 19, 2017

---

# Sidebar Width

 *  [carla25](https://wordpress.org/support/users/carla25/)
 * (@carla25)
 * [9 years ago](https://wordpress.org/support/topic/sidebar-width-59/)
 * Hi everyone!
 * I was wondering if it is possible to decrease the sidebar’s width for our website:
   fccp.org.ph
 * Thanks in advance!

Viewing 1 replies (of 1 total)

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years ago](https://wordpress.org/support/topic/sidebar-width-59/#post-9044062)
 * Hi,
 * Here is the CSS code to resize your home content page:
 *     ```
       .home .site-content > .container {
           border: none;
       }
       .home div#primary {
           width: 75%;
       }
   
       .home aside#secondary {
           width: 25%;
       }
       ```
   
 * Put the code in: customize > additional CSS

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/sidebar-width-59/#post-9044062)
 * Status: not resolved