Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1074336

    Hello,
    the search icon is missing on my mobile menu allthough the settings suggest it should be there
    Can you give me a clue how to make it appear please
    cheers

    #1074738
    #1074741

    Hi,

    Thanks for sharing and helping out @wealthyone, could you check that out @angereichert?

    Best regards,
    Rikard

    #1074976

    Hi
    unfortunately still no search icon on mobile menu…
    any other suggestions?
    Cheers Jutta

    #1075673

    Hi Jutta,

    https://cl.ly/8dbcab24cf67 This code in your styles.css is hiding the search. Please remove the code.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1078292

    Good Morning Victoria,
    thanks, that was it.
    But another problem arrouse deleting this code

    /*——————————————– */
    /* Activate burger menu at certain size */
    /*——————————————– */
    @media only screen and (max-width: 1300px) {
    #top #header .av-main-nav > li.menu-item {
    display: none!important;
    }
    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}

    I was told to put that code in to prevent the menu running into
    the logo when reducing the display size.
    Now
    How do I stop the menu running into the logo when reducing the displaysize without deleting the search…

    Thanks and have a nice day
    Jutta

    #1078814

    Hi Jutta,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1300px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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