This topic has 9 replies, 3 voices, and was last updated 6 months ago ago by Andrew Mitchell
Hi,When creating a mega menu using Static Blocks, users are unable to select the dropdown menu.The dropdown menu crashes immediately when selected.
Additional link
Hello, Allen,
Thank you for getting in touch with us.
Please try to add this code in Theme Options > Theme custom CSS:
.et_b_header-menu .menu-item-has-children a:after {
content: "";
display: block !important;
height: 45px !important;
width: 100% !important;
position: absolute !important;
}
Kind Regards,
8theme team
The mega dropdown menu works normally when the mouse is moved straight down. However, if the mouse is not moved vertically, the menu flickers and items cannot be selected. Please refer to the dropdown menu on the specified website for comparison. This is currently created using Static Blocks via Theme Options > Theme custom CSS:
.et_b_header-menu .menu-item-has-children a:after {
content: “”;
display: block !important;
height: 45px !important;
width: 100% !important;
position: absolute !important;
}
Hello, Allen,
Please change the code to:
.et_b_header-menu .menu-item-has-children a:hover:after {
content: “”;
display: block !important;
height: 60px !important;
width: 100% !important;
position: absolute !important;
top: 0px !important;
width: 200px !important;
left: -75px !important;
}
Kind Regards,
8theme team
Hello, after changing the CSS, it stopped working altogether.
thanks
Dear Allen,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
The issue related to '‘When creating a mega menu using Static Blocks, users are unable to select the dropdown menu.’' has been successfully resolved, and the topic is now closed for further responses