Drop Down Menu Not Working on Android Phone

Discussion in 'Forum Rules' started by famousalice, Apr 26, 2019.

  1. famousalice

    famousalice New Member

    Joined:
    Sep 20, 2013
    Messages:
    3
    Likes Received:
    0
    Hi -

    My clients is reporting to me that the drop down menu is not working properly on android phones. Nav is working fine on iPhone.

    Theme:
    ColorWay Pro Responsive ThemeVersion: 3.6.6
    The site is: http://pasadenacollaborativedivorce.com/

    Specifically, they are saying that the drop down under "Our Services" to "Collaborative Practice" is not working.

    Thanks for your help,
    Alice
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    @media only screen and (max-width: 480px)
    {
    .logo img {
        margin-top: 20px;
    }
    .mean-container .mean-bar {
        margin-top: 65px !important;
    }
    }
    Let us know if you need further help, we are always here to help you.

    Regards,
    Shemaela
    InkThemes.com
     
  3. famousalice

    famousalice New Member

    Joined:
    Sep 20, 2013
    Messages:
    3
    Likes Received:
    0
    Thank you very much for responding. I've added the code.
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    You are most WelCome!

    Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Let us know if you need further help, we will ready to help you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page