This topic has 18 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hello,
Please help about navigation menu. When the navigation link is going to be too much it’s going down of main line and main header increases it’s height as well as same thing happened with fixed header. But there is too much gap in right side of main header. So why extra link going down below? Actually I think though the search form and add to cart icon deactivated by theme option, it is actually invisible but keeping the space in container area. Is this a issue or may be there a solution for full width menu beside logo? Reply soon.
Please don’t ask for private content. Thank you.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
I can’t provide admin panel as my client is not agree. But take a look to this snipping of site. Hope it’ll clearly open the problem.
Header_snipping
Hello,
You need add some code to custom.css file to fix the issue. To give you the correct code you need provide us with a site url. If you don’t want to do this you can edit the file yourself.
Thank you.
Regards,
Eva Kemp.
Which class you used in this case? I mean for navigation menu width.
Hello,
Please specify what header type you’re using.
Thank you.
Regards,
Eva Kemp.
Header Type 3
Header Type
Hello,
Try to change width in menu with adding that code into custom.css file:
.tbs {
width: 660px;
}
Regards,
Robert Hall.
not working this code. Is there another way?
Hello,
Please add this code into custom.css instead of the previous one:
.navbar-collapse {
width: 800px !important;
}
Regards,
Eva Kemp.
Main header navigation is now full width, but no change for fixed header. Is there another code?
Hello,
For fixed header please add this code:
.fixed-header-area .menu {
width: 800px !important;
}
Regards,
Eva Kemp.
Ok now it is all fine. Can you tell me by which code I can change the navigation menu link color in mouse hover.
Hello,
To change hover color for menu items add this code to custom.css:
.menu > li > a:hover {
color: red !important;
}
Regards,
Eva Kemp.
Ok all is fine now. Thanks, now my last question is if I uninstall the visual composer as I want to update it to latest version, in that case my page content will be effected or not. I mean at first uninstalling and then reinstalling it. I’m asking because I use custom.css in visual composer and my site is almost done. In this situation I am afraid of rebuild again everything.
Hello,
If you just update the files (overwrite js_composer folder with a new one) without plugin deactivation, the changes won’t be removed. But if you reinstall the plugin your modifications may be lost. So we recommend you to create a backup of the files and database before update.
Thank you.
Regards,
Eva Kemp.
Thanks a lot. Now you can close the topic.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Navigation Menu Full Width’' has been successfully resolved, and the topic is now closed for further responses