• I am using the attorney theme and I currently have 7 items in my menu.

    The last item is now appearing on the second line below the other menu items.

    How can I narrow the space between the menu items?

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • OK my disclaimer. If the change that I used to the Attorney theme file works for you, remember, it will most likely get wiped out if you update to a new version of the Attorney theme (if you did not already know this). I think there is a custom css file that you can use but I have not tried that so I don’t know how that works. If you are not familiar with editing the files, be careful because you can mess up your Website if you are not careful.

    What I did was change the padding for the menu items in the styles.css file. This is the section of the code I changed (in my file it was lines 963 – 971).

    “nav[role=navigation] .menu ul li {}
    nav[role=navigation] .menu ul li a,
    nav[role=navigation] .menu #menu-icon {
    font-family: “Lato”, Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    color: #363636;
    text-transform: uppercase;
    padding: 10px 10px;”

    I changed the last line “padding: 10px 20px” TO “padding: 10px 10px”

    This reduced the spacing between the menu items.

    I hope this helps.

    Thread Starter madball123

    (@madball123)

    That did the trick! 😀
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Spacing between main menu topics’ is closed to new replies.