• Resolved jaynekitsch

    (@jaynekitsch)


    Hi all,

    I’m using the free version of the Mesmerize theme on the latest version of WP and the theme. I’ve selected the header option that allows the logo to be centered at the top, but my navigation menu underneath is not centered to the page. I’m using a standard menu set-up within the theme, no menu plugins are being used.

    Can someone suggest a way I can edit this, ideally using the Additional CSS box in the Customizer? It’s such a small thing that would make the entire site look stronger.

    Otherwise, really quite pleased with the theme so far.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Can you give us your site url so we can take a look?

    Regards,
    Iulian Palade

    Thread Starter jaynekitsch

    (@jaynekitsch)

    @yupal It’s a WIP but here how it is so far: makeupbyhenessy.com

    Hello @jaynekitsch,

    There is a margin-left: 97px!important; in a custom css.

    Try to remove it.

    Thread Starter jaynekitsch

    (@jaynekitsch)

    @yupal I cannot see this anywhere to remove, the only custom css I have is coming from the customizer box and a few plugins unrelated to the menu bar.

    Here’s what’s in my Additional CSS currently, do you know where else I could look?

    body { color: #000000; }
    a { color: #000000
    !important; }
    a:hover { color: #A9A9A9 !important; }

    div.footer-content.center-xs {
    padding-top: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    }

    p.copyright { display: none !important; }

    navigation-bar {
    padding-top: 2;
    align-content: center;
    padding-bottom: 2;
    }

    Hello ,

    I think that style is somewhere in the ‘Easy Google Fonts’ custom style.
    If you did not add it there, try to add the following code in Additional CSS

    
    ul#main_menu {
        margin-left: auto!important;
    }
    
    Thread Starter jaynekitsch

    (@jaynekitsch)

    Thank you @yupal I found what was going wrong in the plugin and it’s corrected the orientation, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Navigation Bar Not Centered Under Logo’ is closed to new replies.