Navbar hover height

Hello,

I’m working on a site http://jgq.24c.myftpupload.com/ (temporary site) and I would like to lower the navbar hover right below the black line. I have tried different CSS but nothing is working. Mostly, when I adjust the height or padding, it’s the menu element that will move on hover and not the line…

Thank you!

Nathalie :slight_smile:

Hi Nathalie,

Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area and see if that helps.

.x-navbar .desktop .x-nav > li > a {
    padding-top: 20px;
}
.x-navbar .desktop .x-nav {
    margin: 25px;
}

Hope that helps.

1 Like

WoW, This is perfect!!

Thank you for the quick reply!!

Have a great day,

Nathalie :slight_smile:

You are most welcome. I really hope you have a nice day too. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.