Title: Extra Blank Right Sidebar
Last modified: April 29, 2020

---

# Extra Blank Right Sidebar

 *  Resolved [chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * (@chefsuzy)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/)
 * I toyed briefly with adding a left sidebar to my wordpress site, sing the Bard
   theme. I didn’t like it so immediately removed it. Ever since I have had a wide
   blank gap between my right sidebar and the contents of the page. It seems to 
   be a second blank right sidebar.
 * I cannot seem to get rid of it. Please, has anyone any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fextra-blank-right-sidebar%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [wprsupport](https://wordpress.org/support/users/wprsupport/)
 * (@wprsupport)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12756305)
 * Hi [@chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * At first, thank you for your response and for choosing our theme.
 * We checked your webiste and seems that there was extra style added which floated
   the main content to the left side.
 * Please navigate to **Dashboard > Appearance > Customize > Aditional CSS** and
   following snippet:
 *     ```
       .main-container {
         float: none !important;
       }
       ```
   
 * Kind Regards
 *  Thread Starter [chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * (@chefsuzy)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12756720)
 * Thank for answering.
 * I did that and the contents are now centred but my sidebar on the right went 
   below the main contents! I then tried to fix that myself, made a mess of it and
   back to the same white space sitation. I think I may have messed up the rest 
   of the code!
 * Can you please help me again, I’d be so grateful
    -  This reply was modified 6 years ago by [chefsuzy](https://wordpress.org/support/users/chefsuzy/).
    -  This reply was modified 6 years ago by [chefsuzy](https://wordpress.org/support/users/chefsuzy/).
 *  [wprsupport](https://wordpress.org/support/users/wprsupport/)
 * (@wprsupport)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12763874)
 * Hi [@chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * Please remove the CSS snippet we shared from your website and add this one:
 *     ```
       .main-container {
         width: -webkit-calc(100% - 404px) !important;
       }
       ```
   
 * Kind Regards
 *  Thread Starter [chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * (@chefsuzy)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12764509)
 * Thank you but that hasn’t worked either! The sidebar is in the right place but
   the contents are still far over to the left.
 * My additional CSS bit looks like this now, is that right?
    a { color: #27aa71!
   important; } .main-container .textwidget { display: block; margin-left: auto;
   margin-right: auto; text-align: center; }align-content .main-container { width:-
   webkit-calc(100% – 404px) !important; }
 * I really do appreciate this.
 *  Thread Starter [chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * (@chefsuzy)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12769486)
 * I’ve done it, I’ve done it, I’ve done it!!!
    It was an inactive sidebar which
   I discovered and removed.
 * Thank you for all your help!
 *  [wprsupport](https://wordpress.org/support/users/wprsupport/)
 * (@wprsupport)
 * [6 years ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12776972)
 * Hi [@chefsuzy](https://wordpress.org/support/users/chefsuzy/)
 * I am glad that you have managed to find out it by your self.
 * You are welcome. Feel free to contact us anytime.
 * Kind Regards
 *  Theme Author [WP Royal](https://wordpress.org/support/users/wproyal/)
 * (@wproyal)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12856476)
 * Hi,
 * If you have any other Questions feel free to open a new Forum Support Topic and
   we will do our Best to help you.
 * Kind Regards,
    Nick

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

The topic ‘Extra Blank Right Sidebar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bard/2.231/screenshot.jpg)
 * Bard
 * [Support Threads](https://wordpress.org/support/theme/bard/)
 * [Active Topics](https://wordpress.org/support/theme/bard/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bard/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bard/reviews/)

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [WP Royal](https://wordpress.org/support/users/wproyal/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/extra-blank-right-sidebar/#post-12856476)
 * Status: resolved