Hi,
Is it possible to make the menu larger? See the attachment.
Carla

Hi,
Is it possible to make the menu larger? See the attachment.
Carla

Hi Carla,
Thanks for writing in!
That width depends on the site layout width set in the theme option.
If you only want to increase the menu width, then you have to use custom CSS.
Please use this CSS in your X-> theme Option -> CSS and let us know if that work.
.x-navbar-inner .x-container.max {
max-width: 1000px !important;
width: 90% important;
}
If you want to increase the width of the content and the menu both theme go to X -> Theme Option -> Layout and Design and set your width there.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.