Home › Forums › Support › Mega Menu This topic has 5 replies, 3 voices, and was last updated 1 month, 3 weeks ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 2, 2023 at 7:11 am #2518547 Nicole 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? February 2, 2023 at 8:12 am #2518720 DavidStaff Customer Support Hi there, you have to enable the CSS Classes field in Appearance > Menus –> Screen Options – see here: https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 2, 2023 at 10:09 am #2518858 Nicole 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. February 2, 2023 at 11:18 am #2518928 YingStaff Customer Support 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%; } } February 2, 2023 at 8:50 pm #2519539 Nicole Worked perfectly! Thanks! February 3, 2023 at 10:09 am #2520397 YingStaff Customer Support No problem 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In