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

    I have a problem with menu over the logo when I reduce the screen. Check screenshot

    #829425

    Hey mcatcat,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #829445
    This reply has been marked as private.
    #831312

    Hi,

    Sorry for the late reply!

    I added following code to Style.css file of your child theme and now it does switch mobile menu on screens smaller than 1236px

    @media only screen and (max-width: 1236px) {
    .av-main-nav li {
        display: none;
    }
     .av-main-nav li.av-burger-menu-main {
        display: block;
    }
    }

    Please review your website

    Best regards,
    Yigit

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