Center Menu in Twenty Ten appears differently between browsers

  • Unknown's avatar

    Maybe I am using the wrong code, but I centered the menu in twenty ten and it works perfectly with firefox. However in safari it appears one below the other like a list..

    does anyone know how to fix this?

    Thank you

    Dustin

    http://arizek.com/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    What was the code you used?

    This is generally what we use here to do this:

    .menu {
    text-align: center;
    }
    .menu ul {
    display: inline-block;
    }

    CSS is theme specific so if the solution was not for the 2010 theme, it could cause issues, or not work at all.

  • The topic ‘Center Menu in Twenty Ten appears differently between browsers’ is closed to new replies.