Header Submenu CSS

Hi there im sorry for my newbie question but i have just started messing with websites and im having a doubt how can i create a submenu like this one in https://texasdiecasting.com . When i hover in the “Manufacturing” style. i cannot make the css do the job.

Hi Bruno,

Thanks for reaching out.

May I know the CSS you’re adding? I’m not sure what particular styling of the menu is you’re trying to achieve. And your site is behind an under-construction page, please provide the password as well so we could directly see what’s already been applied and which isn’t.

Thanks!

i was messing with the borders and paddings trying to make the menu going down without overlaping the “Services” menu. I removed the under construction soo you can check.

Hi @Duraes,

Please try adding this custom CSS under Theme Options > CSS:

.masthead-inline .x-navbar .desktop .sub-menu {
    top: 100px;
}

Hope it helps :slight_smile:

Yep it was exactly this.
Thanks @thai

You’re welcome!
We’re glad @Thai were able to help you out.

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