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*

Footer menu

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28512
    Jeremy
    Participant

    Hello,

    I have added a horizontal menu in my footer, the only problem is I can’t get it to center on the page – it is aligned to the left:

    http://intesda.org/

    How can I center it?

    Thank you!

    #28549

    Hi Jeremy,

    Login to you WP dashboard and go to the Appearance > Customize > Ambition Theme Option > Custom CSS then paste the following CSS code and Click on Save & Publish button.

    #colophon .widget_nav_menu {
        text-align: center;
    }
    #colophon .widget_nav_menu li {
        display: inline;
        float: none;
    }

    Also please edit or customize the CSS code via Custom CSS option as above OR do create child theme to customize the main CSS code.
    If you edit the main CSS code directly in style.css file then you will lost your edited code after you update the theme and you will have to edit it again and again each and every time you update the theme.

    Thank you!

    #28555
    Jeremy
    Participant

    Hi,

    Thank you, however, after adding this code to the custom CSS it still hasn’t changed.

    Jeremy

    #28562

    Sorry! We missed one line and edited the above CSS code please replace previous code with above one.

    Thank you!

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