• Resolved Gunilla

    (@gunilla)


    After update to theme Responsive 4.7.2 the distances between the menu items are so big that the menu doesn′t fit on a row. How can I change the distance between the menu items?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same thing happened at https://www.goffstownlibrary.com

    Thread Starter Gunilla

    (@gunilla)

    Please tell me what CSS-code I can use to reduce the space between the items in the main menu if there is no other way to get the menu on one row.

    Theme Author CyberChimps

    (@cyberchimps)

    Hi there,

    Could you please try adding the following css?
    Here are the steps to follow:

    1. Go to admin dashboard -> Appearance -> Customize
    2. Click on Additional CSS
    3. Enter the following css and publish.

    .main-navigation a {
    padding-right:18px;
    }

    • This reply was modified 2 years, 9 months ago by CyberChimps.
    Thread Starter Gunilla

    (@gunilla)

    Thank you, it did work!

    This also worked when I put it in the Appearance > Customize > Additional CSS area. Thank you. I also tried it first in my Child Theme’s style.css document – but it didn’t work in there – do you know why there would be a difference?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu items’ is closed to new replies.