Please, how do I reduce the following:
1. The spacing between widgets in a sidebar
2. the spacing between blog posts
Thank you
Hi emin!
Try adding this to your custom CSS.
.template-blog .post_delimiter {
margin: 0 0 10px !important;
padding: 10px 0 0 !important;
}
.widget { padding-bottom: 0px !important; }
Best regards,
Elliott
Hey!
Please add following code to Quick CSS as well
.widgettitle { text-transform: capitalize; }
#socket .container { padding-top: 0; padding-bottom: 0; }
Cheers!
Yigit
Thank you, Yigit.
It is working perfectly now