Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #148118
    JOSHUA
    Participant

    I’d like to have the menu items centered on both primary and secondary menu locations (rather than left aligned)

    Is there a general code for this I can try in Full Frame pro? This is a client site and I cannot make it available to view yet
    http://high-hopes.net/new/

    #148144
    Skandha
    Participant

    @joshuacgibson: To center primary menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    To center secondary menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-secondary .menu {
        text-align: center;
        width: 94%;
    }
    .nav-secondary .menu li {
        display: inline-block;
        float: none;
        text-align: left;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #148314
    JOSHUA
    Participant

    Perfectly, thank you!!

    #148315
    Skandha
    Participant

    @joshuacgibson: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/full-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #148322
    JOSHUA
    Participant

    Sure thing…one more questions. In Full Frame Pro, can I add the social media ICONS (not text links) to the Primary menu? I have it in the HEADER RIGHT area, but wasn’t sure whether it was possible to do it as a part of the menu itself.

    #148504
    Skandha
    Participant

    @joshuacgibson: I’m afraid this is not possible. If you really need it I suggest you to hire a customizer for this purpose.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center menu pages’ is closed to new replies.