SPUN theme: space before widgets
-
I’m working with the SPUN theme and I want to reduce the space between the main entry content and the widgets which follow at the bottom. I found the css to reduce it on the Front page, but on any Posts pages, it didn’t apply. Maybe because of the social media icons?
Thanks for any help in advance.
The blog I need help with is: (visible only to logged in users)
-
Hey hapicat,
This CSS should tighten that area up a little. Give it a try!
.single .content-area { margin-bottom: 5px; } .single .hentry { padding-bottom: 0px; } -
- The topic ‘SPUN theme: space before widgets’ is closed to new replies.