This topic has 19 replies, 5 voices, and was last updated 1 years, 8 months ago ago by 4SUP.DE
I´m trying to make my dropdown menu full width (see image: https://ibb.co/6X9WqmG) but I can´t figure it out how. I´m using 4 columns menu
How i can i make full width when dropdown?
Hello,
There is no such option, but you can try to use custom CSS code to achieve the desired result. Add the next code in Theme Options > Theme Custom CSS > Custom CSS for desktop:
.item-design-mega-menu {
position: static;
}
.header-top, .header-main, .header-bottom {
position: static;
}
.item-design-mega-menu .nav-sublist-dropdown {
left: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.item-design-mega-menu .nav-sublist-dropdown:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
height: 40px;
bottom: 100%;
}
Regards
2022 and still works like a charm. It’s a pity we don’t have an “full width” option for the mega menu dropdown.
Hello,
We have mega menu full width option in Theme Options > Header builder > Menu > Mega Menu Dropdown Full-Width https://gyazo.com/38cb45de85b007e7f2e3ac860602e55d
Regards
I totally missed that.
Anyways, with this option instead of the CSS, the mega menu disappears when leaving the menu item to try to click on the displayed layer.
Is there something else i’m missing?
P.S.: Where can I find detailed and updated documentation besides the videos?
Hello,
Your site is under maintenance mode, so we can’t check it. Please provide temporary wp-admin access via the Private Content area.
Docs – https://www.8theme.com/documentation/xstore/
Regards
Here you are
Sorry for the trouble but regarding the docs, I can’t find the megamenu full width part. Could you send me the specific link?
Thanks
Hello,
mega menu disappears when leaving the menu item to try to click on the displayed layer.
– Theme Options > Header builder > Main menu > Computed Box For The Menu Item > padding top and bottom 16px
Sorry for the trouble but regarding the docs, I can’t find the megamenu full width part. Could you send me the specific link?
– Theme Options > Header builder > Menu > Mega Menu Dropdown Full-Width. There is no info about this in docs, but as ai can see you have found that option already – https://prnt.sc/7XL2cNU9pAcX
Regards
Works like a charm.
Thanks for the wonderful support!
P.S.: I found the option because you pointed it to me earlier, if not I would’ve been lost!
You’re welcome!
Have a nice day!
Regards
Hi, I have a problem with the full width display of the SUB Mega Menu. The background color is not added to the left of the menu.
regards,
Norbert
Hello @4SUP.DE,
We kindly request that you copy and paste the following CSS code to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. After doing so, please clear your browser cache and check back to your site.
.nav-sublist-dropdown .container {
margin-left: 0 !important;
}
We thank you for your cooperation and look forward to hearing from you.
Best Regards,
8Theme’s Team
Ok, the margin problem is solved. Many thanks for the help.
I have still one question. In mouse hover mode, the sub menu pops up briefly when I change the menu tabs. How can I solve this?
Hello @4SUP.DE,
We apologize for not being able to fully comprehend your issue. Could you please provide more information, such as screenshots or a video clip, so that we can better understand the issue and provide assistance?
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Hi, I drew a video sequence for you.
Hello, 4SUP.DE,
Thank you for the video.
We apologize, but we are still unable to understand the issue and the desired outcome. Could you please provide a more detailed description of the desired result?
Kind Regards,
8theme team
When you hover over the main navigation, for example on “SUP Board”. Then the Mega Menu jumps down and up again. I would like to avoid that.
Hello, 4SUP.DE,
Thank you for your response.
We suggest that you add the following code to the Theme Options > Theme Custom CSS:
.nav-sublist-dropdown {
animation: none !important;
}
Kind Regards,
8theme team
Great, that worked, thanks for your support 🙂
The issue related to '‘Full width dropdown menu’' has been successfully resolved, and the topic is now closed for further responses