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

    Hello everyone
    This menu item is currently hidden on mobile, see below:

    /*Menu mobile no magnifying glass*/
    #av-burger-menu-ul li.menu-item-7841 {
    display: none;
    }

    it is possible that this magnifying glass is displayed under the contact
    (now empty column is displayed) can be displayed.
    and then there is a text: Dialect word

    so symbol magnifying glass and next to it the text

    Thanks in advance
    kind regards
    Franz

    #1465760

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to display the search text beside the icon on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .avia_hidden_link_text {
        display: inline;
        margin-left: 5px;
      }
    }

    Best regards,
    Ismael

    #1465805

    Thank you very much Ismael
    that fits perfectly

    you can close this enquiry

    kind regards

    Francis

    #1465869

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Magnifying glass mobile with text next to it’ is closed to new replies.