Home › Forums › Theme support › Procare – dropdown menu missing in mobile version › Reply To: Procare – dropdown menu missing in mobile version
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)