Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
I was wondering if there’s a way to have the menu appearance be the same on mobile as on laptop.
What I mean :
– on laptop, you see the items of the menu, and the sub-items drop down only on hover.
– but on mobile, you see all the levels (items and sub-items) appear all at once, which is confusing.
Is there a way to change the settings, or css code maybe ?
Thanks a lot for your help
Isabelle
Hello,
Please add the css code below:
.menu-small ul.menu > li > ul > li > a {
padding-left: 15%;
color: red;
}
Change the padding or color to what you need.
Best regards!
Hi,
Thanks for your answer, but I would like the sub-items to show up only when people click on the main item (like on laptop) Is that possible ?
Isabelle
Hello,
Sorry but this is not possible using theme options.This is a customization that requires coding and this exceeds the support reach.
Best regards!
You must be logged in to reply to this topic.