Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1470280

    While the icon does appear on main menu when there is no burger, and it does show inside the burger menu on smallest screens, it does NOT show up in the burger menu on the in-between size.

    #1470315

    Hey gatehealing,

    Thank you for the inquiry.

    We’re not sure we understand the issue. Would you mind providing a screenshot of the search icon? Could you clarify what you mean by “in-between size”. and how you get to this size? Are you using a device with a specific model?

    Best regards,
    Ismael

    #1470320

    How do I attach a screenshot? I don’t see an option for this.

    I am talking about the magnifying glass icon that is used for searching.
    When my browser window is large, there is a magnifying glass next to the main menu.
    When my browser is medium (I’d assume for tablets), there is a burger menu that when opened does NOT show this magnifying glass
    When my browser is small (I’d assume for phones), there is a burger menu that when opened does show the magnifying glass at the top.

    Until I figure out how to attach a screenshot, just goto the website I provided, and look at the site with the browser window wide enough to show the full main menu (not the burger)–you’ll notice that there is a magnifying glass next to the main menu. Then shrink it horizontally until the burger menu appears . . .then click the burger…you’ll notice that there is no magnifying glass. Then continue to shrink the browser window horizontally until you notice that a magnifying glass DOES appear at the top of the menu (next to the X that closes the burger menu).

    #1470343

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1550px) {
      #menu-item-search {
        display: block !important;
      }
    }

    You can upload screenshots to an array of services and sites like Google Drive, Dropbox, Imgur, Snipboard etc. You can then link to the image in question here.

    Best regards,
    Rikard

    #1470348

    Thanks!

    #1470359

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Magnifying glass icon not showing up on mid size screen burger menu’ is closed to new replies.