Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #103810
    ELLIOTT
    Participant

    Is there some code or an option to centre the primary menu?

    #103818
    Mahesh
    Keymaster

    @elliottrae: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        text-align: center;
    }
    
    .nav-primary.search-enabled .menu {
    	display: inline-block;
    	float: none;
    }

    Regards,
    Mahesh

    #103829
    ELLIOTT
    Participant

    Thank you Mahesh! This forum is great, thanks for your help.

    Is there also a way of keeping the menu aligned to the left as it was before but adding my social icons to the right hand side, just before the search option? I would like to add Facebook, twitter and instagram icons like I have in my primary sidebar.

    #103830
    ELLIOTT
    Participant

    just in case you don’t have it, my site url is http://www.musicfootballfatherhood.com

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centre a menu’ is closed to new replies.