Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58274
    mosign
    Member

    i would love to center the menu entries, cant figure it out in css, can you please help:

    http://www.fraeulein-mona.at/mona/

    thanks a lot from vienna

    #58311
    Sakin
    Keymaster

    @mosign: First, go to “Appearance => Customize => Navigation” and then check in “Check to disable search box in Primary Menu” to disable search toggle in menu. Then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .menu.catchresponsive-nav-menu, #menu-main {
        float: none;
        text-align: center;
        width: 100%;
    }
    .catchresponsive-nav-menu li { float: none; }
    #58576
    mosign
    Member

    thanks you SO much, this works perfect, looks great with the centered logo!

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