Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you have 2 blank text widgets in your sidebar. You can remove them through Appearance > Widgets.

    Install Custom CSS Manager Plugin
    http://wordpress.org/plugins/custom-css-manager-plugin/

    After installing the plugin, go here:
    Appearance > Custom CSS Manager
    and put this code in the textarea:

    .side-widget {
    padding: 20px 20px 0px 20px;
    margin-bottom: 0px;
    }

    If the above code don’t work, try putting “!important” at the end of each CSS values:

    .side-widget {
    padding: 20px 20px 0px 20px !important;
    margin-bottom: 0px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

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