• I find it hard to center a horizontal menu in a flexible way. If you change the menutitles you have to recenter the menu.
    Does anyone know a plugin or code that I can use to automate this?

Viewing 1 replies (of 1 total)
  • just wrap the menu in a class

    <div class=”menuCenter”>

    all your menu code here

    </div>

    then in your css:

    .menuCenter {
    margin: 0 auto;
    }

    that will center it

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin for centering horizontal menu?’ is closed to new replies.