Home Page › Forums › Porto β AI Powered WordPress Website & Shop Builder › My Account menu dropdown not working properly on mobile › Reply To: My Account menu dropdown not working properly on mobile
May 17, 2024 at 11:14 am
#7122
Hello, @mrv63,
That’s great to hear you managed to solve the issue! Thanks for sharing your solution. This will definitely be helpful for others facing the same problem.
Hereβs a small suggestion for making your CSS a bit more concise by combining the media queries:
@media(max-width:991px) {
.wpb_custom_7f1500734455b1eeef6f72f11d417d71.account-dropdown > li.has-sub > a::after {
display: none !important;
}
#header .porto-narrow-sub-menu {
display: none !important;
}
}
This way, you avoid repeating the @media rule and keep your CSS more organized. Thanks again for sharing!
Feel free to write back to us anytime, we are always here to help you.
Thanks for contacting us.
Have a nice day.
Best Regards,
PThemes Team.