Viewing 6 replies - 1 through 6 (of 6 total)
  • Do you want to increase the space or decrease it ?

    Thread Starter vanityleaguemag

    (@vanityleaguemag)

    Increase, so it’s evenly spaced all the way to the end ??

    add this to your style.css file –

    nav.nav-primary {
    width: 103%;
    margin-left: -4%;
    }
    
    div.site-navigation.mobile-four {
    margin-left:2.1%;
    }
    Thread Starter vanityleaguemag

    (@vanityleaguemag)

    Unfortunately that didn’t work. It just moved the whole menu bar slightly to the left.

    What I’m trying to do is space just the links evenly across the navigation bar.

    Thanks though!

    When I load your site it had a different layout of the nav menu, I guess something to do from my end. Anyway apologies from that, Here try this and let me know –

    #main-menu ul li {
     margin-right:20px;
    }
    Thread Starter vanityleaguemag

    (@vanityleaguemag)

    Thank you very much, I appreciate it immensely.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I space my site's menu items?’ is closed to new replies.