• On two sites I’ve tried to increase space below and above the logo via Theme Options, Main Settings, Logo Spacing. Adjusted and tested slider from 0 to 80 and nothing changes in logo spacing.

    I need to adjust space below Logo/tagline and above body, as well as space above logo.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter MechaWear

    (@mechawear)

    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;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.