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

    Hi,
    Logo is normally linked to Home page. But this is not the case with mobile view on the website below. Can you please take care of this?

    thanks.

    #830408

    Hey afarahani,

    This seems to be a layering issue in css. Have you added any custom css targeting mobile only?

    Best regards,
    Jordan Shannon

    #830412

    That is right. the following CSS I was given by support team for moving the burger menu to the left as my site is in RTL language and it used to overlap with the menu:

    .av-main-nav-wrap, .main_menu {
    width: 100% !important;
    }

    so what is the solution?

    #830475

    Hi,

    Can you try adding this css code in Quick CSS (Located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        z-index: 200;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

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