• I am having trouble getting the menu centered, can anyone help me figure this out?

    I have searched and looked but nothing has worked so far,
    The URL is demo.vitzdrinks.com

    Thanks

Viewing 1 replies (of 1 total)
  • Here is a ‘quick-and-dirty way to to it. This will fail if the menu changes. Add this to the end of style.css:

    #topnav {
       float: none;
       width: 505px;
       margin: 103px auto !important;
    }

    If the menu changes, you will need to change the width.

Viewing 1 replies (of 1 total)

The topic ‘Having trouble centering menu’ is closed to new replies.