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*

center menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17154
    benlifton
    Participant

    Hi there,

    I am trying to put the menue for this website in the center:
    http://katyshotteronline.com/

    I have gone into appearance, theme options, design options, custom header, and there is no way to put the menu in the center. Can you please help?

    Many thanks.

    #17158
    Wolf
    Participant

    You could try to add some Custom CSS, something like
    .hgroup-right { float: none; margin-left: auto; margin-right: auto; }

    Just from the top of my head, haven’t tested it….

    #17161
    benlifton
    Participant

    Hi,

    Thanks for that! That makes the navigation menu go to the left… Any thoughts on where to go from here? Really appreciate your help!

    #17308

    Hi Benlifton,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:

    .hgroup-right {
        float: none;
    }
    #access {
        float: none;
        text-align: center;
    }
    #access li {
        display: inline-block;
        float: none;
    }

    Thank you!

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