Site logo

Archived topic

Mega Menu

5 replies · Started by Nicole on February 2, 2023

Viewing posts 1–6 of 6

I am trying to build a mega menu.
I have followed the instructions here but I don't have an option to enter a CSS class as per the instructions.
Could it be an issue with my version of WP or GP?

Great! Thanks! That solved it!
Is it possible to add a bit of padding to the top or do something to prevent the logo from covering the menu?

I have set the mega menu to the second drop down from the left but the digital planner is covered by the logo.

Hi Nicole,

Try this css:

@media(min-width: 769px) { 
nav .main-nav >ul li> ul {
    top: 80px;
}

nav .main-nav >ul >li> ul:before {
    content: "";
    position: absolute;
    top: -40px;
    height: 40px;
    width: 100%;
}
}

Worked perfectly! Thanks!

No problem :)

This archived topic is closed to new replies.