• Resolved lisierock

    (@lisierock)


    Hi,
    I have my logo centered on my site, but cannot get the menu to center underneath it.

    How do I do this?

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

Viewing 1 replies (of 1 total)
  • Theme Author oceanwp

    (@oceanwp)

    Add this css:

    #site-header.top-header .header-top .left {
        float: none;
        text-align: center;
    }
    #site-header.top-header .header-top .right {
        display: none;
    }
    #site-navigation-wrap .dropdown-menu>li {
        float: none;
        display: inline-block;
    }
Viewing 1 replies (of 1 total)

The topic ‘Menu Bar’ is closed to new replies.