2

Full site width menu

  • Done

Avatar
Namaste

Please add option to create full site width menu.

A

Activity Newest / Oldest

Avatar

Jack Richardson

Status changed to: Done

Avatar

Jack Richardson

Hello, @Namaste
It was implemented in latest update v.8.0.4 and core 4.0.4 !
All changes and improves you may find on -> xstore.8theme.com/update-history
Regards, Jack Richardson


Avatar

Jack Richardson

Status changed to: In progress

Avatar

Jack Richardson

Status changed to: Under review

Avatar

Jack Richardson

Hello @Namaste,
Thanks for writing us!
You can use next custom css to make your mega menus full-width

.header-wrapper .et_b_header-menu.et_element-top-level .menu .item-design-mega-menu .nav-sublist-dropdown {
width: 100% !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
}

.header-wrapper .et_b_header-menu.et_element-top-level .menu .item-design-mega-menu {
position: static;
}
Regards, Jack Richardson


Avatar

Namaste

Hi Jack - I got the CSS recommendation and suggestion to submit it as a feature request from your support. Ability to design it the way you need it rather than use the code will be superior for most users.


Avatar

Jack Richardson

Hi @Namaste
I will mark this request as 'under review' state now and about the custom I added above was just for getting quick result of full-width mega for you and maybe some customers untill new option will be added.
Regards, Jack Richardson