Home Forums Theme support Procare – dropdown menu missing in mobile version

This topic contains 5 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 10 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Hi – I have used Procare theme for a vet client. When I tested it on my smartphone a big chunk of the top dropdown menu is missing so you cannot navigate around the site

    http://www.vrcc.co.uk

    Advise please

    Hi,

    saw the problem on your website. Have you made changes in the style.css file?

    To fix it, you can add this css code in WP admin -> Appeanrance -> Theme Options -> General -> Extra CSS Content:

    .mean-bar ul li a {
    float: none !important;
    display: block;
    position: static;
    }

    This should solve the problem (tested it already on your website with the live inspector and it worked)

    Thank you, that worked but now all the submenu is missing under the Specialities > Oncology dropdown menu?

    http://www.vrcc.co.uk

    Can you add also this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .mean-container .mean-nav ul {
    background: none !important;
    box-shadow: none !important;
    }

    Great stuff – thank you that all works 🙂

    You’re welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.