Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #406780

    Hi,
    I’m trying to make the search icon show up on mobile devices. I’ve added this:

    @media only screen and (max-width: 989px) {
    .responsive .av_mobile_menu_tablet .main_menu, #top #menu-item-search { display: block; }
    .av-main-nav > li { display: none; }}

    However it is still not showing up on mobile devices. Any help?

    Thanks!

    #406810
    This reply has been marked as private.
    #407062

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul {
      display: block;
    }}

    Regards,
    Yigit

    #407385

    Hi,
    Just tried that and it still isn’t showing up. I have the following in the quick CSS.

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul {
      display: block;
    }}
    
    @media only screen and (max-width: 989px) {
    .responsive .av_mobile_menu_tablet .main_menu, #top #menu-item-search { display: block; }
    .av-main-nav > li { display: none; }}
    #408042

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

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