Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1027148

    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

    #1027592

    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

    #1027593

    Hi!

    Don’t see this?
    Menu

    Best regards
    Charlotte

    #1027667

    Hi,

    I’m not seeing anything as far as font or clarity either. Do you want the red box removed?

    Best regards,
    Jordan Shannon

    #1027680

    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

    #1027689

    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

    #1027702

    Hi Jordan,

    Thanks but that code just make it look like the mobile menu even if you have a wide browser.

    Best regards
    Charlotte

    #1027752

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.