Hello, I have just decided to include a dropdown menu on my main menu. The item is Skin Conditions and should show a dropdown with a list of items. This is working on mobile, but for some reason on Desktop it is blank, and not showing at all. Kindly help! Thanks so much!
Website is: https://repcillin.com/
Hey, add the following code to the bottom of your base.css file.
.js details > .header__submenu {
opacity: 100 !important;
}
1 Like
Thank you soo soo much! Fast reply. Amazing!
However, it is showing the full width of the screen, so not formatting quire correctly. Is there another line of code to add to fix this?
Thank you again, HUGELY APPRECIATED! ![]()

