Centering Menu Tab

  • Unknown's avatar

    Hello

    I’m currently using the visual theme. I would like to centre the menu tabs under the header image. Currently it sits to the left. Is this possible?

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

  • Unknown's avatar

    Hi there,

    Please, try adding this CSS code:

    .navigation-main {
        float: none;
        margin: 0 auto;
        max-width: 100%;
        border-right: none
    }
    
    .navigation-main ul {
        width: 100%;
        text-align: center;
    }
    
    .navigation-main li {
        float: none;
        display: inline-block;
        border:none
    }

    Hope this helps =)

  • The topic ‘Centering Menu Tab’ is closed to new replies.