This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello,
I was able to reduce the space between the widgets on the home page with the custom CSS `.sidebar .widget-container {
margin-bottom: 10px;
}`
But the vertical space between the widgets on individual blog posts still remains too large. Can you help me reduce the padding between these widget elements?
Thanks.
Hello,
You may change the previous code to:
.sidebar .sidebar-widget, sidebar .widget-container {
margin-bottom: 10px;
}
Regards
Tagged: reduce, themes, vertical space, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up