Hi @mechawear,
Happy to help.
I am unable to replicate this issue. Here is a screencast for reference:
https://share.zight.com/wbu4Yk1y
To troubleshoot this, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/
If the issue persists, can you try using the custom CSS and see if the logo spacing/padding is applied:
#logo {
padding-top:32px !important;
padding-bottom:45px !important;
}
The !important declaration is used to override any other styles and make sure this style takes precedence.
Here is how to add the custom CSS to your website:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/
I hope this helps!
Cheers,
Eze
Okay logo spacing sliders don’t work with “Enable Shrink with Center Header?” on. This should probably be noted in the settings to avoid time wasted and frustration.
Regarding logo and content padding in “Enable Shrink with Center Header?” on mode, the following css is giving me all the control I need at the moment.
div#content {
padding-top: 60px;
}
.home div#content {
padding-top: 60 !important;
}
logo {
padding-top: 10px !important;
padding-bottom: 30px !important;
}