Widget Section CSS Customization
-
Hello, I am using the expound theme and I would like to know if there’s a snippet to reduce the white empty space between widgets in the widget section area. Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi
You can try the following code in your Custom CSS
.widget-area .widget-title { margin-top: 0px; } .widget-area .widget { margin-bottom: 0px; }
- The topic ‘Widget Section CSS Customization’ is closed to new replies.