I want to lessen the amount of whitespace on my pages. The particular areas of whitespace are sidebar, footer, main body, etc. Is this a matter of lowering the padding? How do I go about decreasing the margin/padding? My site is: http://www.gatewaychurchtest.net/sandbox0/.
Thank you very much.
Hey jjranson!
Add this code to the Quick CSS (Enfold > Styling):
.boxed .container {
margin: 0px 25px !important;
width: 960px !important;
}
.content .entry-content {
padding-right: 25px !important;
}
.content, .sidebar{
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.inner_sidebar {
margin-left: 25px !important;
}
Result:
Best regards,
Josue