Title: Sidebar customizing
Last modified: August 22, 2016

---

# Sidebar customizing

 *  Resolved [tipadei](https://wordpress.org/support/users/tipadei/)
 * (@tipadei)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/sidebar-customizing/)
 * I added a team widget ot my blog page’s sidebar, but you can see only narrow 
   stripe of it like it wouldn’t fit in the sidebar. The other widget are showing
   normally and are wider than the team widget. What should I do?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [MariusG](https://wordpress.org/support/users/marius_codeinwp/)
 * (@marius_codeinwp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/sidebar-customizing/#post-5849186)
 * Hello,
 * Our custom widgets are made for the frontpage sections only, we haven’t really
   thought about them being used in sidebars.
 * Send us a link to your website and I’ll see what I can do about it.
 * Kind regards,
    Marius
 *  Thread Starter [tipadei](https://wordpress.org/support/users/tipadei/)
 * (@tipadei)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/sidebar-customizing/#post-5849328)
 * Here’s the link for my blog page.
 * [http://www.petsoffinland.com/uutiset/](http://www.petsoffinland.com/uutiset/)
 * And you can see the first widget is the team widget.
 *  [MariusG](https://wordpress.org/support/users/marius_codeinwp/)
 * (@marius_codeinwp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/sidebar-customizing/#post-5849334)
 * It’s pretty tricky, because the widget is made to occupy only a quarter of the
   space.
    It’s CSS is:
 *     ```
       .col-lg-3 {
           width: 25%;
       }
       ```
   
 * You would need to change to 100% everywhere else except on the homepage, this
   is where the tricky part comes.
 * If you want it to appear on a specific number of pages, then you can install 
   a plugin such as [this one](https://wordpress.org/plugins/stylesheet-per-page/installation/)
   and add this code on each page you wish to show that widget in the sidebar.
    .
   col-lg-3 { width: 100%; }`
 * However, if you have a very large number of posts/pages you wish to show it on,
   it requires some changes in the php code and use sepparate CSS on homepage only.
 * Regards,
    Marius
 *  [MariusG](https://wordpress.org/support/users/marius_codeinwp/)
 * (@marius_codeinwp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/sidebar-customizing/#post-5849335)
 * The code for sidebar is:
 *     ```
       .col-lg-3 {
           width: 100%;
       }
       ```
   
 * I had an extra character there

Viewing 4 replies - 1 through 4 (of 4 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [MariusG](https://wordpress.org/support/users/marius_codeinwp/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/sidebar-customizing/#post-5849335)
 * Status: resolved