This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
I must be missing something obvious, I have set the menu section to be full width, but it never is, the menu items are never forced out to full width they remain in the set place
If I increase the padding between them of course it then goes on to two lines when on smaller browsers.
Hello,
Where you have set this?
Try to add the next code in Theme Options > Theme custom CSS:
.et_b_header-menu .menu .menu-item-has-children {
position: static;
}
.et_b_header-menu .menu .menu-item-has-children .nav-sublist-dropdown {
width: 100% !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
}
Regards
I think you’ve missed my point, I am talking about the main menu, why can’t it just auto stretch all menu items out to fill the browser width
I have to force gaps between each items to fit a large format, but of course on smaller screens it will go all wrong, why isn’t full width just that, see screen in private
There is no such option. You can submit a request here – https://www.8theme.com/taskboard/
Regards
A full width menu is beyond this theme!!!! Thats staggering
As you can see on our demos, there is no such option. If you want to get a new feature/option, submit a request on the taskboard.
Regards
You must be logged in to reply to this topic.Log in/Sign up