Site logo

Archived topic

Reduce space between primary navigation links & sub-menu

1 reply · Started by Cynthia Silk on July 19, 2015

Viewing posts 1–2 of 2

Greetings!

How do I reduce the space between primary navigation links and drop-down menu?

I have the GP theme and my website is http://www.the-angel-channeler.com

Reduce space between primary navigation links and sub-menu

Thank you.

Cynthia

The space between the parent menu item and the dropdown? There's 0 space, it's set to display below the parent item, which in your case is pretty tall.

You can try playing with the spacing, but it may look messy:

.main-navigation ul ul {
      top: 60px;
}

Adjust the number as needed.

This archived topic is closed to new replies.