Hi Pino974,
Want Menu between. please go back-end. adjusted config "Menu Alignment".
You can visit round our documents.
docs.joomlaux.com/extensions/jux_css3_megamenu/
If that is not the problem you need. please describe in detail the issue and send us the site and account to the message we will try to help you in the shortest time. Thanks
Hope this help!
Hi,
the problem of mobile devices,
Please click the file gradientblues.css
(modules \ mod_jux_megamenucss3 \ assets \ css \ style)
line 11.
add properties: margin-left: -30px;
If the problem is not resolved please send me the account back-end into private messages, I will fix for you.
*********
Best Regards,
-- NT--
Unfortunately the solution for mobile devices has not worked.
But I found the solution.
in the file "off-canvas.css" at line 109 (modules/mod_jux_megamenucss3/assets/css)
media screen and (max-width: 768px)
js-megamenu-off-canvas # js-meganav-off-canvas {
  display: block;
  transition: 1s transform, opacity 1s;
  -moz-transition: 1s transform, opacity 1s;
  -webkit-transition: 1s transform, opacity 1s;
  -o-transition: 1s transform, opacity 1s;
  -ms-transition: 1s transform, opacity 1s;
  overflow-y: auto;
  width: 265px;
  overflow-x: hidden;
  height: 500px;
  background: # 948888;
  margin-top: -5px;
  z-index: 99;
}
I edited the value "widht" to 235px, and it worked for me.
Thanks for the help, and above all for the speed of the answers!
Well done !!!