This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
Dear Support,
I have noticed that currently, the menu area does not use the full website width.
I would like to know if there is a way to force the menu to use the full width and allow me to have more categories in a single line.
Best regards.
F.
Hello,
Yes, menu as the other content is limited by the container width (1170px). Add the following custom code to remove the limit (Theme Options > Custom CSS)
.header-wrapper .main-nav .container {
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up