You could try adjusting the margins on the first two classes/id below. If you really need to tightened even more you could adjust the padding on #wrapper. I tested this before but ended up liking the default theme margins but below were from my own test.
img.custom-logo {
margin: 20px 0;
}
Example: Change to margin: 5px 0 !important;
#wrapper, #wrapper body.home #wrapper {
margin: 20px auto 0;
}
Example: Change to margin: 5px auto 0 !important;
#primary, body.page.page-boxed #primary, body.page.page-content-boxed #primary, body.page.page-fullwidth-content #primary, body.single.single-boxed #primary, body.single.single-content-boxed #primary, body.single.single-fullwidth-content #primary {
padding: 20px;
}
Example: Change to padding: 0 20px 20px 20px !important;
-
This reply was modified 5 years, 2 months ago by
tabatha.j22.