badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Can't center menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3871
    mcksusan
    Participant

    I used the code below per your instructions and it DOES center my menu but it also adds a top level menu/page called NAVIGATION. How do I remove that?

    #access {
    text-align: center;
    }
    #access li {
    display: inline-block;
    float: none;
    margin-right: -4px;
    }
    #access a {
    display: block;
    float: none;
    }
    #access ul li ul {
    text-align: left;
    }
    #access ul li ul li {
    display: block;
    margin-right: 0;
    }

    Thanks,
    Susan
    http://ganache.myparisbistro.com

    #3887
    Sanjip Shah
    Participant

    @mcksusan We have replied you in the mail. Did the solution we provided work or not?

    #3902
    mcksusan
    Participant

    The solution I received via email did work. Thank you!

    #3914
    Sanjip Shah
    Participant

    @mcksusan Okay. Great!

    #4694
    tfalbb
    Participant

    Any chance of sharing the solution? I prefer my menu centred.

    #4723
    mcksusan
    Participant

    I used the code they provided above and then added the following to remove the “navigation” menu:

    #access li.default-menu,
    li.default-menu {
    display: none;
    }

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.