The + for folding out is missing
Hello dear Support Team.
I noticed yesterday, the user with a slightly smaller mobile phone, the + to unfold in the menu does not see. I see it on my big samartphone, but if it's a little smaller, you can't fold it out. You can't use it to access all my submenu items.
An example of what it looks like on my smartphone:
• Is it possible to add this on all Smartphones?
• Besides, you don't see the + sign on the desktop, is it possible to add it also on Desktop?
The Website: decentralbox.com
Best Regards,
Decentralbox
The Website: decentralbox.com
Best Regards,
Decentralbox
Comments
from what you show on the screenshot the + icon appears on mobile so please explain what the issue is exactly.
There is no option to add a + icon on desktop, you can only add a tringle down icon in theme options>menu&action bar>menu
thanks
Where the red question marks are, the + sign is missing
Is this Triangle menu only available for the fold-out elements? I just need it so that people know which items you can open.
I remember that we did some CSS changes here and they are probably the cause.
Please disable this custom css for the menu alingment and see if it helps.
Also paste this css here so we can make some modifications and keep the previous css disabled.
This css is wrong, because if the submenu is set to be wider than the mobile device width and this is why you do not see the "+" icon.
But it looks so terrible on Dekstop. Here i show you how it looks on the Desktop now (without the css code you did for me in our first thread):
https://imgur.com/a/W6IJw
@media (min-width:768px) {
INSERT CSS HERE
}
This will only use the current css until the mobile resolution.
}
You mean this way?
thanks