Independent Publisher 2 reduce space between widgets
-
There is too much white space between widgets in the sidebar on the Independent Publisher 2 theme.
Can you tell me what CSS I need to reduce it please.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi, there is some top margin that you can reduce. Add this to your custom CSS and adjust the 3.5em value.
.widget:nth-child(n+2) { margin-top: 3.5em; } -
-
- The topic ‘Independent Publisher 2 reduce space between widgets’ is closed to new replies.