I know this is probably css related but what is the safest/easiest way to make the theme a lot more compact? There is a LOT of wasted white space, particularly in the header area and between the widgets.
Hey DJQuad!
Thank you for visiting the support forum!
Lots of users are asking for the same thing but a lot of modern designs now utilize huge spaces and gaps and imo, they look great. Anyway, if you want to remove some spaces on the content and widget areas, you can try this on Quick CSS or custom.css:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
.widget {
padding: 10px 0 10px 0;
}
If you can provide us with a link to the actual elements that you want to modify, that will be great. A screenshot will help.
Best regards,
Ismael