Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40939

    I have tried several of the custom CSS listed in this forum but have not been able to center my menu for:

    http://bellefourcheaero.com/

    Please advise how I can center the menu for this website and thanks for your help!

    #40957
    Sakin
    Keymaster

    @workwithleads: You you upgrade to pro version. Then you could have just create Custom Menu from “Appearance => Menus” and then assign Menu location to Secondary menu as shown in demo page http://catchthemes.com/demo/catch-kathmandu/. But you are using Free version where you only have option to add in primary menu.

    So, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-right {
        clear: both;
        width: 100%;
    }
    #header-right .widget {
        text-align: center;
        width: 100%;
    }
    .header-sidebar .menu {
        float: none;
    }
    #40959

    That’s perfect, thanks so much for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center Menu Catch Kathmandu’ is closed to new replies.