Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1182036

    Hi,

    I updated a site that I made long time ago and was not updated since then because client did not want to.
    Now it seems the hamburger menu on tablets is not showing.
    I want a burgermenu on tablets landscape and portrait.
    There already is some costimized code in Quick CSS fot this, but I don’t know how to alter this so it works again.
    Can you help me with this? I just extended support.

    Kind regards,
    Angela

    #1182466

    Hi Angela,

    I can’t access the login page of your site:

    YOU HAVE BEEN LOCKED OUT.
    You have been locked out

    Please lift the ban so that we can access your site. In the meantime you can try this CSS:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1184099

    Hi Rikard,

    Thanks for your response! I
    Sorry for my late response. I had some troubles with my laptop.
    I’ve implemented the code, but now there’s a regular menu showing on tablet.
    Is it possible to change this to a hamburger menu?

    Best regards,
    Angela

    #1184316

    Hi Angela,

    Can you please have Appearance > Editor enabled?

    Best regards,
    Victoria

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