Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84557
    Cattext
    Participant

    Hi,

    Evolution theme supports two menus at the top of the page; one above the header that sticks to the top of the page and one underneath the header that scrolls with the page.
    The one underneath the header is called header-menu if I’m not mistaken.
    I’d like the items in that menu to be centered (just like the sticky top menu).
    Could you please help me do that?

    #84603
    Mahesh
    Keymaster

    Hi Cattext,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.

    .menu.l_tinynav2 {
        text-align: center;
    }
    
    #header-menu ul.menu li {
        float: none;
        display: inline-block;
    }
    
    ul.sub-menu {
        text-align: left;
    }

    Regards,
    Mahesh

    #84651
    Cattext
    Participant

    Thank you so much!

    #84687
    Mahesh
    Keymaster

    Hi @Cattext,

    Thank you for your appreciation.
    Have a nice day.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘center header-menu’ is closed to new replies.