Hi Glen,
Please try adding the css below to your site in the WordPress dashboard → appearance → customize → additional css.
It should reduce the margins around that specific Site Origin panel.
The 0 values can be changed to anything you prefer if you would like more whitespace. If the css doesn’t work, please keep it on your site so that I can troubleshoot it further. Thanks 🙂
#pg-234-0 {
margin-bottom: 0;
}
#panel-234-0-0-0 {
margin-top: 0;
}
-
This reply was modified 9 years, 2 months ago by
Gary Bairead. Reason: typo
Here is some CSS you can try as well. It’s a bit difficult to know exactly what you’re after though. “More Balanced” is preference, so you’ll have to let me know if this is what you had in mind.
.entry-content .aligncenter, .main .aligncenter {
margin-top: 0;
margin-bottom: 0;
}
body {
padding-top: 10px !important;
}
.wrap.contentclass {
padding-top: 0;
}
I’ll also note that the theme has a built in custom CSS box in Theme Options> Advanced settings.
-Kevin
Thank you Gary and Kevin! Unfortunately, I couldn’t get the 1st code to work – I could only increase the height not decrease it. So I tried Kevin’s and that had worked. So; thank you very much!
Thank you both for your fast and quick response.