Hi,
I’m facing issues with the Nav bar. If i reduce the browser width to approx 1000-1100px, the last couple of tabs drop down in another line and look very awkward. Is it not possible to reduce the size of the nav bar if the window resizes or for monitors between 1000-1100px?
Screenshot attached.
Any help will be greatly appreciated.
Thanks
Suums
Hey Sumeru!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a {
padding: 0 6px;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit
Hi Yigit,
I did that but unfortunately everything is still the same.
Thanks,
Suums
Hi,
You could activate the mobile menu at an earlier stage, would that be an option for you?
Regards,
Rikard
Hi Rikard,
Ideally I would like a fix for the nav bar but if no other option is there then yes mobile menu would do but only as the last resort.
Thanks
Suums
Hi!
Problem was this – http://i.imgur.com/IDXRZQ3.png as i suggested you to check here – https://kriesi.at/support/topic/navigation-issue-2/#post-480182 :)
I fixed it and adjusted the code a little. Please review your website now.
Best regards,
Yigit