Hi there Rich,
Could you give us a link to your site so we could check it out for you?
The link to my site is signatureinsurancevb.com/wp
A work in progress, excuse the colors and styling of the menu.
Hey Rich,
Took a look at your site for you. Simply put this css into your child theme or css plugin such as Jetpack and it should take care of it for you.
.dropdown-menu {
margin-top: 22px;
}
If you need to learn how to make a child theme simply click here
https://codex.ww.wp.xz.cn/Child_Themes
Hope it helps. IF you have any further questions feel free to give us a shout.
What Wolfs bRain will affect also further submenus levels.
To move just the first submenu level use this:
.tc-hover-menu.nav ul {
top: 40px; /*adjust this to suit your needs*/
}
Thank you, that worked perfectly!