• Hi,

    I’ve used some custom css code to put a background colour in the sidebar widget but there’s a big space under the subscribe button at the very bottom.

    What am I doing wrong?

    .sidebar .widget {  
    	border-bottom: 0px solid #addccc;
        margin-bottom: 0%;
    }
    
    .sidebar .widget {
    	 padding-top: 10px !important;
       padding-left:10px !important;
       padding-bottom:0px !important;
       padding-right:10px !important;
    }
    
    .sidebar .widget {
    	background-color:#addccc
    !important;
    }

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘Sidebar Spacing’ is closed to new replies.