Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #842106

    Prior to version 4.1.2, I had the mobile burger menu configured to show the search icon/text within the actual hamburger menu itself. After upgrading to 4.1.2, the search icon/text is no longer in the mobile burger menu and is instead overlapping my logo. Please advise on how this can be fixed. Thanks!

    #843497

    Hey ACNLatitudes,

    I have checked it but I could not see the hamburger menu, can you post a screenshot?

    Best regards,
    Nikko

    #843548

    Thanks for the reply. I have provided the requested screenshots.

    #844173

    Hi,

    Thanks for providing the screenshot. Would it be okay for you just to hide the word search leaving the magnifying glass and make the logo a little bit smaller so it doesn’t overlap?

    Best regards,
    Nikko

    #844210

    Hi Nikko. Thanks for the reply. It is possible to show one version of the logo on the desktop and another version of the logo on mobile? I like the size of the logo on the desktop version of the site, but wouldn’t mind shortening it for the mobile version. Please advise.

    #844732

    My solution to this was to only hide the search icon when the Mobile Menu is closed, when mobile menu is open then the search icon is shown:

    @media only screen and (max-width: 767px) {
    :not(.av-burger-overlay-active) #top #menu-item-search {
    display: none !important;
    }
    }

    • This reply was modified 7 years, 2 months ago by BruceJackson.
    #844737

    Thank you BruceJackson.

    #845016

    Thanks for sharing your helpful solution Bruce! That worked!

    #845616

    Hi,


    @BruceJackson
    : Thanks for helping!

    We’ll close the thread now.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Problem w/ Search Icon and Text on Mobile Menu in 4.1.2’ is closed to new replies.