Title: Customize Sidebar
Last modified: August 31, 2016

---

# Customize Sidebar

 *  Resolved [socialclub](https://wordpress.org/support/users/socialclub/)
 * (@socialclub)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/customize-sidebar-4/)
 * I need to do two customizations in my right sidebar.
 * 1 ) I includes two ads in the sidebar 300×250 only that they are not centralized.
   How do I centralize them?
 * 2) Includes the following code to change the sidebar background color , but only
   half of the sidebar is white . How do I change the color of the entire sidebar?
 * `.sidebar {background:none!important; background-color: #ffffff!important;}`
 * Thanks

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/customize-sidebar-4/#post-7123327)
 * Hi socialclub. Is this still your site?
    [http://www.boranessa.com.br](http://www.boranessa.com.br)
 *  Thread Starter [socialclub](https://wordpress.org/support/users/socialclub/)
 * (@socialclub)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/customize-sidebar-4/#post-7123330)
 * Yes bdbrown, sorry for bothering
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/customize-sidebar-4/#post-7123366)
 * 1. The issue with the ads in the sidebar is they are iFrames and don’t respect
   the size of the parent container. To center them we need to move the parent container
   to the left by reducing the padding:
 *     ```
       .s1 .widget_text {
           padding-left: 20px;
       }
       ```
   
 * 2. The background below the active part of the sidebar is actually an image. 
   We can remove that with this:
 *     ```
       .col-2cl .main-inner {
           background: none;
       }
       ```
   
 *  Thread Starter [socialclub](https://wordpress.org/support/users/socialclub/)
 * (@socialclub)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/customize-sidebar-4/#post-7123500)
 * Its ok!
 * tahnks bdbrown!

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

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [socialclub](https://wordpress.org/support/users/socialclub/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/customize-sidebar-4/#post-7123500)
 * Status: resolved