This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi there. I just noticed that the Legenda mobile menu is not displaying shop categories. When you click open the mobile menu and then click “Shop +” it doesn’t show categories. It shows the words “Shop categories” vertically like this:
>
S
h
o
p
C
a
t
e
g
o
r
i
e
s
Any idea why this might be happening and how it can be fixed? Thank you!
Hello,
You’ve added this code in style.css of your child theme:
.shop-categories-menu {
width: 24% !important;
}
Remove it or change to this code:
@media (min-width: 1200px) {.shop-categories-menu {
width: 24% !important;
}}
After that check mobile menu.
Regards,
Eva Kemp.
Thanks Eva. Worked like a charm. I forgot to wrap that customization in a media query. Thanks for catching what should have been obvious to me 😉 Good eyes!
Thanks again.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Legenda Mobile Menu iPhone 5 and Samsung Galaxy 5’' has been successfully resolved, and the topic is now closed for further responses