Archived topic
Menu items not showing on mobile.
19 replies · Started by Futte on September 11, 2020
Hi there,
try adding this CSS:
.secondary-navigation.toggled ul ul {
visibility: visible !important;
}
Thank you SO much!
Is it really necessary that every time I have a problem or a question about this menu, I have to open a new topic, and explain everything all over to Leo or another person. I DO understand why, you guys want new topics for new questions/problems, when it's regarding something general, but I believe that issues about this menu is very specific.
It is a little annoying, and every time I have had additional questions about this menu, it has ended up with you serving the right answer or providing the exact code first time. It could have saved me (and Leo) a lot of time, if he had allowed me to continue, in the first topic.
But thanks again. You CCS snippet works perfect (I just wonder "where on earth", do you find all these snippets ;-)
Futte
We prefer new topics are open for each specific issue. It makes it easier ( sometimes ) for users and support to track a topic.
Sometimes that area can be a little grey - ie. when is an issue a new issue or an old issue. I think in this instance I should have spotted the problem first time around.
So if you ever feel that an issue is not 100% resolved or it be easier to re-open an existing topic then please do so.
Where do we find these snippets ? Well that would be telling :)
Honestly a lot of them we use regularly. But mostly we use the Browser developer tools to inspect your sites code, to find the issue, and figure out a solution. :)
Thanks! You're great! See you!
Glad to be of help!