This topic has 6 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Hi,
I want my menu on desktop to be full page width after you click on menu item. Could you advice how to achieve effect from the screenshot?
Thanks in advance.
Hello,
Please provide URL of page with your menu.
Regards
Hi – so here is the page which menu I want to redesign.
Hello,
Add the next code in Theme Options > Theme custom CSS > custom CSS for desctop:
.item-design-mega-menu .nav-sublist-dropdown {
left: 0 !important;
margin: 0 !important;
right: 0 !important;
width: 100% !important;
max-width: 100% !important;
transform: none !important;
}
.item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
position: static;
}
Regards
Is there a way to built full width menu from scratch and not use a code?
Hello,
No, unfortunately. You can submit a request about that here – https://www.8theme.com/taskboard/
Regards
You must be logged in to reply to this topic.Log in/Sign up