Title: space between widget
Last modified: August 31, 2016

---

# space between widget

 *  Resolved [duponddupont](https://wordpress.org/support/users/duponddupont/)
 * (@duponddupont)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/)
 * I have a huge problem, I can’t set the space bewteen the widget to 0.
    I am using
   SiteOrigin but with the precedent them I was using I didn’t have this problem.
   I tried using the CSS but nothing works. Someone has an idea?
 * My website: uberis.duponddupont.com
 * Thank you

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181074)
 * Hey there duponddupont,
 * How are you doing today?
 * I’ve checked your site and I’m not exactly sure which widgets are you referring
   to? Could you please add a screenshot of which space exactly are you trying to
   rid of so I can try to help with some CSS code?
 * Please let me know 🙂
 * Cheers,
    Bojan
 *  Thread Starter [duponddupont](https://wordpress.org/support/users/duponddupont/)
 * (@duponddupont)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181192)
 * Well I cannot take a screenshot, but I can explain:
    on the home page for example,
   there is some space between the widget “Goals” and the 3 differents boxes below
   and there is also space between the boxes. An also I just realized, it fore the
   color of the widget, as you can see the color of the background isn’t the same
   as the one f the widget With my previous theme it wasn’t like that, but it seems
   that the Radiate theme include some padding and margin that I can’t delete using
   CSS
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181198)
 * Hey again duponddupont,
 * The padding comes from a pannels that are used on that page. I’ll try to target
   only panels on your home page so we don’t mess up things on other pages as well.
 * Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .home .panel-grid-cell .panel-first-child {
           padding-bottom: 0;
       }
   
       .home .panel-row-style-widgetcolorpair.widgetcolorpair.panel-row-style {
           padding: 0;
       }
       ```
   
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [duponddupont](https://wordpress.org/support/users/duponddupont/)
 * (@duponddupont)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181200)
 * It works !!! But only for the padding between the rows, not the padding between
   the widgets that are on the rows .. Also it fixes the problem on the home page
   but only partially on the others
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181211)
 * Hey again,
 * It affects the home page only because I’ve added the the “.home” in the selector,
   you can remove it if you want so it affects all pages on your site. I did that
   because these elements are part of the HTML that should be on all your pages 
   so I’m not sure what else will be affected.
 * As for the padding between rows I’m not really sure what you’re referring to,
   you can use apps like [Jing](https://www.techsmith.com/jing.html) to take a screenshot
   so you can upload the link here.
 * Best regards,
    Bojan
 *  Thread Starter [duponddupont](https://wordpress.org/support/users/duponddupont/)
 * (@duponddupont)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181212)
 * See [http://uberis.duponddupont.com/wp-content/uploads/2016/03/Screen-Shot-2016-03-18-at-17.02.43.png](http://uberis.duponddupont.com/wp-content/uploads/2016/03/Screen-Shot-2016-03-18-at-17.02.43.png)
   what I mean,
    There is spaces between the widget everywhere and the background
   color is forced too
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181228)
 * Hey again duponddupont,
 * Please try adding the following as well:
 *     ```
       .so-widget-sow-editor .datagrid {
           width: 190px;
       }
   
       .so-panel.widget_sow-editor {
           padding: 0;
       }
       ```
   
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [duponddupont](https://wordpress.org/support/users/duponddupont/)
 * (@duponddupont)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181284)
 * Hey thank you! It works!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181288)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘space between widget’ is closed to new replies.

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

## Tags

 * [new](https://wordpress.org/support/topic-tag/new/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [space](https://wordpress.org/support/topic-tag/space/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 9 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/space-between-widget-1/#post-7181288)
 * Status: resolved