This topic has 8 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
Hi,
I got quite many menus, so it does not fit in menu bar.
Could you let me know which code should I add to custom.css, so to expand the width of menu bar?
Thanks!
Hello,
Please provide us with the link to your site.
Thank you.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
.header-type-3 .main-nav .menu {
width: 940px;
}
How to create custom.css you can watch here.
Regards,
Eva Kemp.
Hi,
Thank you for the fast support.
But, I’m afraid that it still looks the same.
I did add code to custom.css, and also have tried to adjust pixel size.
Hello,
Have you selected ON in Theme Options->Custom CSS->Enable Custom CSS file?
Also you may try to use this code:
.header-type-3 .main-nav .menu {
width: 940px !important;
}
Regards,
Robert Hall.
Yes!
This code works 🙂
Thank you very much!
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up