the second problem i have, is the response layout of the menu.
Now it look like this:
prntscr.com/csks9s
But I want it like this:
prntscr.com/cskswf
, (but this is from an other menu, that looks good at a mobile device but not at a laptop - i just enabled this to make a screenshot)
It would make me happy, if you could help me.
Thanks!
Last edit: 8 years 1 month ago by Stephan. Reason: missunderstanding of [map]
Hello Stephan,
Thanks for contacting us and choosing our product!
About your problem, Please go to modules -> JUX CSS3 Mega Menu -> tab Advanced ->
1. config sticky Menu change container => joomlaux
2 config custom css: add css
#jsn-menu div.jsn-modulecontainer{
width: 100%!important;
}
Thanks!
Hello,
I do not understand your problem, you can describe in more detail.
If you want to hide our menu on mobile.
Please go to modules -> JUX CSS3 Mega Menu -> tab Advanced -> config custom css
@media screen and (max-width:768px)
{
#jux_memamenu260{
display: none;
}
}