Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #55875
    Jesse
    Member

    Is there a way to center the items in the top menu?

    My client wants the “page links” centered across the top of the pages and not bunched in the upper left.

    http://www.casehardintexas.com

    Thanks!

    #55915
    Sakin
    Keymaster

    @Jesse: It’s difficult to make it exact center with the header toggle enable. But you can try adding in the following CSS in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .nav-primary .menu {
        text-align: center;
        width: 94%;
    }
    .nav-primary .menu li {
        display: inline-block;
        float: none;
        text-align: left;
    }
    #55949
    Jesse
    Member

    Once again Thank you!!!

    I don’t build many websites for folks but anytime I do I will only be using your themes due to their easy of use and the AWESOME support!!!!!

    Thanks Sakin!!!

    #55984
    Sakin
    Keymaster

    @Jesse: Thanks a lot for your appreciation. I will really appreciate if you could post in WordPress.org Review for Full Frame theme at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform.

    Cheers 🙂

    #56023
    Jesse
    Member

    Sakin,

    Is there anyway to replicate the top menu to the bottom of the page also, to have it in both places?

    #56031
    Sakin
    Keymaster

    @Jesse: Are you sure about it. As you already have Fixed Top Menu which will be there when you scroll to bottom. So, adding another footer menu might not look good. But if you want to add in then you can assign your custom menu as “Footer Menu” from “Appearance => Menus => Manage Locations”

    #56257
    Jesse
    Member

    @Sakin: I am not 100% sold on having both but I would like to offer it to my client and let them make that decision.

    Thanks!!!

    #56265
    Sakin
    Keymaster

    @Jesse: No Problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Center Items in Top Menu’ is closed to new replies.