Decreasing the space (padding?) between sidebar widgets
-
Hoping to decrease the space/padding between the widgets on my right-hand sidebar. Tried the CSS code below, to no effect.
.sidebar .widget {
margin-bottom: 50px;
}The blog I need help with is: (visible only to logged in users)
-
Close but not quite, your sidebar doesn’t have the class sidebar, in fact you should be able to use just:
.widget { margin-bottom: 1.5em; } -
- The topic ‘Decreasing the space (padding?) between sidebar widgets’ is closed to new replies.