Hi there,
How can I change the column width of the submenu items in the mobile menu?
///
Wie kann ich die spaltenbreite der Untermenüpunkte im mobile menü verändern?
thanx
Hey solf,
Thanks for the screenshot. Could you post a link to where we can see the actual elements on your site as well please?
Best regards,
Rikard
Hi, Rikard
see link in Private Content
solf
Hi,
This CSS is causing that to happen:
ul.sub-menu {
width: 300px !important;
}
It can’t see where it’s coming from though, since you are using Autoptimize. If you know where it’s added, then please wrap it in a media query:
@media only screen and (min-width: 989px) {
Your code goes here
}
Best regards,
Rikard
Hi Rikard,
thanks, the problem was solved.
solf
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike