Nav bar equal sized menu items

  • Author
    Posts
  • #36609
    FTANK

    Just wondering how I can get the menu items on my nav bar to all be the same size and stretch accross the whole slider area. I’m using Nirvana with a child theme and I want it to look like the website below:
    http://www.breeam.com/

    Any help would be greatly appreciated!

    Thanks

    #36639
    Zed
    Cryout Creations mastermind

    For that you’ll need to write some custom styling to force the menu elements to a specific width (so that they both take equal slices of the menu width and are wide enough for their texts to fit in).

    #access > .menu > ul > li {
        width: 14%; /* works for 7 menu items */
    }
    #access > .menu > ul > li > a > span { 
        text-align: center; 
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #36660
    FTANK

    Thank you so much! Worked like a charm!! :-))

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

The topic ‘Nav bar equal sized menu items’ is closed to new replies.