Hello.
Answer please. How can I change situation about opening menu?
Default setting has closed menu, but i need open menu when people open my site at first time at mobile devices.
How can i change sittings or what code should i add for it?
Hello,
Thanks for contacting us and choosing our product!
About your problem,
Please go to backend -> tab advanced => config custom css
add css
@media screen and (max-width: 768px){
#jux_memamenu92 #js-mainnav.megamenu .js-megamenu{
display: block!important;
}
}
Thanks!
The problem has been solve partially. Thanks for it. But Can you tell me how can i fix this problem:
when my responsive tamplate changing to the mobile view, the mega menu still looks like not responsive, like this
Mega menu changes when width of screen becomes smaller than 768px, how can i to encrease this value. I have tryed to change this value in code you gave me, but it doesn't work.
I need menu changes when width of screen is smaller than 979px.
Last edit: 8 years 7 months ago by Андрей Межевич. Reason: Grammar misstake.
HI,
1. This problem is caused by not showing your template, it does not show on the screen menu, now your custom template to take a lot of time and can it affect your template structure (If you use its other products it also has the same problem), I can only help you to edit in our module, If you want to revise your template you may have to pay an additional cost to us.
Please go to backend -> tab advanced => config custom css
add css
@media (max-width: 979px) and (min-width: 768px)
.span2{
width: 100%!important;
}
}
2. Add css
@media screen and (max-width: 768px){
#jux_memamenu92 #js-mainnav.megamenu.noJS ul.megamenu li.haschild>div.childcontent{
display: block!important;
}
}
Thanks!
HI
Our products are not at fault. you are asking us to correct our products on your own. and we are trying to help you.
You can send us your account information site via private message, we will help you.