Viewing 4 replies - 1 through 4 (of 4 total)
  • Try placing this CSS in Appearance >Theme Options >Advanced Settings >Custom CSS

    .kad-primary-nav {
        display: table;
        margin: 0 auto;
    }

    Hope that helps!

    Hey sorry about the delay. You can add this css in your theme options > custom css:

    .kad-header-right {
        width: 100%;
    }
    .kad-header-left {
        display: none;
    }
    #nav-main {
        text-align:center;
    }
    #nav-main .sf-menu li {
        float: none;
        display: inline-block;
    }
    .kad-primary-nav ul.sf-menu {
        float: none;
    }

    Kadence Themes

    That’s a really interesting idea.
    May I ask how you could also add the logo on its own above the centered menu?

    Thread Starter altlabart

    (@altlabart)

    Thanx a lot guys!

    Kevin, it worked partially but It’s not centered, and also the logo space was still in the right and activated. thanx 🙂

    Kadence, the css worked perfectly for me.

    cheers!

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

The topic ‘Center Menu Without Logo Space’ is closed to new replies.