How to center nav menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • #21667
    yurek24
    Participant

    Hey guys,

    Quick question:

    Does anyone know how to center the main nav menu? I’ve come close by adding

    display: table;
    margin: 0 auto;
    float: none;

    to #access ul in my child theme but when I tested it for mobile, the menu items do not span the full width of the menu and page.

    Would show screenshots but don’t think I can attach them to this post.

    Any suggestions or help will be much appreciated?

    Thanks!

    #21742
    yurek24
    Participant

    Anyone?

    #22064
    DanceDivasAdmin
    Participant

    Sorry to bump this but I am looking for the answer to this too, anyone?

    #22113
    kodeman
    Participant

    I’m interested in this too, i tried about 3 different custom CSS’s i found on google but none were for this theme, and unfortunetly none worked… I’m also looking to increase the font size of the navigation bar.

    #22115
    yurek24
    Participant

    Hey guys just logged into my old email and saw these responses. I actually did find a solution to this.

    Try adding the following code in your CSS:

    #access ul {

    float:none;
    width:750px;
    margin: 0 auto;

    }

    #22116
    yurek24
    Participant

    I customized the pinboard theme to span a width of 100% so depending on your site, you many need to play with the px of the “width”

    Cheers.

    #22124
    kodeman
    Participant

    Works great with mine, now if i could only eliminate that large chunk of white space underneat the company logo at top! prob 3 inches worth of white space there. airscrubber.solutions

Viewing 7 posts - 1 through 7 (of 7 total)

Tagged: ,

You must be logged in to reply to this topic.