Okay
  Public Ticket #173544
Mobile website failing in multiple ways
Closed

Comments

  • horacio started the conversation

    Hi,

    Currently im having multiple issues with the theme when viewed on mobile phone

    first issue is that im stuck with a large gap on the top of the webpage. even after using

    html {margin-top: 0px !important;}

    second major issue im currently having is that my mobile sub menus are not working on mobile. there there are three items in my nav that are supposed to show a drop down menu but nothing happens. Im not sure if its just me not approaching he menu correctly. appreciate the help. Amazing theme!

  •  1,069
    ThemeNectar replied

    Hey!

    I can't see the space you're referring to at the top in mobile (checked on a GS4) but I can see what's causing the dropdown arrow problem. You have this custom css added:

     
    .sf-sub-indicator {
        display: none;
    }
    
    When it should be:
     
    #header-outer .sf-sub-indicator {
        display: none;
    }
    
    Please let me know if you've sorted the first issue and if not, what device you're seeing this on. Cheers :)