• I am trying to work out how to remove the spacing above the widget_text boxes. The donate image is coded inside a widget_text box as are a few others on the sidebar.

    On this site: http://www.awfw.us

    This is the CSS I did for the sidebar and widgets. Any tips is appreciated. I have tried just about everything.

    =========

    /************************************ Widgets ************************************/
    
    /* General Widget Styling */
    .widget {
    position: relative;
    float: center;
    width: 100%;
    padding: 25px;
    margin-bottom: 0px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    .widget .widgettitle {
    color: #33363c;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #f0f0ed;
    padding: 0 20px 15px 20px;
    margin: 0 0 20px -20px;
    }
    #content .widget .widgettitle {
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
    }
    
    #sidebar-header .widget.widget_text {
    padding-top: 0px;
    }
    
    /* Sidebar */
    .sidebar {
    padding-top: 0; !important;
    float: left;
    width: 300 px !important;
    font-size: 12px;
    }
    #sidebar-left {
    margin-right: 0px;
    }
    .no-js #sidebar-left {
    margin: 0 0 0 0px;
    }
    #sidebar-right {
    margin-left: 0px;
    }
    #sidebar {
    display:none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Sidebar spacing above text_widget’ is closed to new replies.