Decreasing space between categories nishita theme
-
I would like to decrease the space between each of my categories in the categories list widget, as well as increase the font size for them. How would I go about doing this? Thank you!
The blog I need help with is: (visible only to logged in users)
-
Start with this and decrease the 10px value (0 actually looks pretty good). If you want things closer, you can add a padding-bottom: declaration also and set it as you desire (it too, is 10px in the original CSS).
.widget-area ol li, .widget-area ul li { padding-bottom: 10px; } -
-
- The topic ‘Decreasing space between categories nishita theme’ is closed to new replies.