Hi,
http://www.hotelladdict.se/
I just added Boka Hyrbil to the menu and as you can see it doesn’t look so good.
What code can I add in order to make the menu look normal?
Thanks
Charlotte
Hey Charlotte,
Thank you for using Enfold.
I don’t see anything unusual with that menu item. How do you want it to look?
Best regards,
Ismael
Hi!
Don’t see this?
Best regards
Charlotte
Hi,
I’m not seeing anything as far as font or clarity either. Do you want the red box removed?
Best regards,
Jordan Shannon
Hi Jordan.
I don’t want Om Hotell Addict to be over the logo. Don’t you see that it’s partially over the heart /logo?
Best regards
Charlotte
Hi,
Okay I see. Please add the following to quick css:
@media only screen and (max-width: 1485px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks but that code just make it look like the mobile menu even if you have a wide browser.
Best regards
Charlotte
Hi,
Try the following instead:
@media only screen and (max-width: 1485px) and (min-width: 993px) {
.html_header_top.html_logo_center .logo{
left:70%!important;
}}
Best regards,
Jordan Shannon