Title: Margin spacing
Last modified: August 20, 2016

---

# Margin spacing

 *  [socialheavy](https://wordpress.org/support/users/socialheavy/)
 * (@socialheavy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/)
 * Hello, there is a ton of extra space in the right side of my twenty ten template
   and my widget space is too narrow. How do I adjust?
 * Here is a screenshot:
    [http://yankingbootstraps.com/wp-content/uploads/2012/07/margin-question.png](http://yankingbootstraps.com/wp-content/uploads/2012/07/margin-question.png)
 * Thanks so much!

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

 *  [Arie Putranto](https://wordpress.org/support/users/arieputranto/)
 * (@arieputranto)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/#post-2918853)
 * By editing your style.css and adjust the related style for the widget element.
 *  Thread Starter [socialheavy](https://wordpress.org/support/users/socialheavy/)
 * (@socialheavy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/#post-2918854)
 * Arie can you be more specific? I am a newbie. Perhaps a screenshot as a guide?
   
   Thanks!
 *  [Arie Putranto](https://wordpress.org/support/users/arieputranto/)
 * (@arieputranto)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/#post-2918862)
 * Sorry. But maybe you could give me a link to your side to give you more effective
   suggestion. Since explaining this thing might takes time without enough information.
 *  Thread Starter [socialheavy](https://wordpress.org/support/users/socialheavy/)
 * (@socialheavy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/#post-2918870)
 * Thank you!
    [http://yankingbootstraps.com/](http://yankingbootstraps.com/)
 *  [Arie Putranto](https://wordpress.org/support/users/arieputranto/)
 * (@arieputranto)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/#post-2918882)
 * I’ve look into the code and unfortunately it’s more than CSS issue since the 
   width of the element is hard-coded to the template.
 * That area itself left a blank space on the right side merely because it has an
   empty block, the same width with the left side. If you expand the with of the
   first block (the one with the text on it) the second block will drop below it
   and leave a blank space under the first block.
 * I’m not aware of Weaver II theme so I cannot tell you which template file is 
   supposed to edit.
 * But you can try to edit **style.css** via the Theme Editor on the Dashboard and
   add this on the bottom.
 *     ```
       #weaverii_text-2.widget .textwidget div {
            padding-right: 0 !important;
            width: 100% !important;
            float: none !important;
       }
       ```
   
 * That, I think will override the hard-coded style in the template. Hopefully.

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

The topic ‘Margin spacing’ is closed to new replies.

## Tags

 * [margins](https://wordpress.org/support/topic-tag/margins/)
 * [widget width](https://wordpress.org/support/topic-tag/widget-width/)

 * 5 replies
 * 2 participants
 * Last reply from: [Arie Putranto](https://wordpress.org/support/users/arieputranto/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/margin-spacing/#post-2918882)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
