×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Mega Menu Extensions
JUX CSS3 Mega Menu
Menu to center
Menu to center
Less
More
Posts: 4
Thank you received: 0
Less
More
Posts: 1717
Karma: 22
Thank you received: 117
9 years 6 months ago #5456
by NT
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!
*********
Best Regards,
-- NT--
****************
Best Regards
__DiepNT__
Please Log in or Create an account to join the conversation.
Less
More
Posts: 4
Thank you received: 0
9 years 6 months ago #5466
by Giuseppe Gravino
Hello and thanks,
everything works, but since the menu is at the center, it flickers when the mouse is over. it's normal?
Also when viewed on mobile devices will see a bar that sticks out to the left a few pixels, how can I do to hide it completely?
Best regards,
Pino ...
Please Log in or Create an account to join the conversation.
Less
More
Posts: 1717
Karma: 22
Thank you received: 117
9 years 6 months ago #5467
by NT
Hi Pino974,
Please send me the site. we will check for you. Thanks.
*********
Best Regards,
-- NT--
****************
Best Regards
__DiepNT__
Please Log in or Create an account to join the conversation.
Less
More
Posts: 4
Thank you received: 0
Less
More
Posts: 1717
Karma: 22
Thank you received: 117
9 years 6 months ago #5471
by NT
Hi Pino974,
Regarding your question please go to modules / mod_jux_megamenucss3 / assets / css / style.css
231 lines
# jux_megamenucss3 .megamenu.horizontal.center ul.level0 {
float: left;
position: relative;
left: 50%;
transform: translate (-50%);
-webkit-transform: translate (-50%);
-moz-transform: translate (-50%);
-ms-transform: translate (-50%);
-o-transform: translate (-50%);
}
edited into
# jux_megamenucss3 .megamenu.horizontal.center ul.level0 {
position: relative;
display: inline-block;
}
And line 149
# jux_megamenucss3 .megamenu .js-megamenu {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px! important;
}
edited into
# jux_megamenucss3 .megamenu .js-megamenu {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px! important;
text-align: center;
}
*********
Best Regards,
-- NT--
****************
Best Regards
__DiepNT__
Please Log in or Create an account to join the conversation.
Less
More
Posts: 1717
Karma: 22
Thank you received: 117
9 years 6 months ago #5472
by NT
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--
****************
Best Regards
__DiepNT__
Please Log in or Create an account to join the conversation.
Less
More
Posts: 4
Thank you received: 0
9 years 6 months ago #5479
by Giuseppe Gravino
Hello,
the solution to flicker worked perfectly.
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 !!!
Ciao,
Pino ...
Please Log in or Create an account to join the conversation.
Less
More
Posts: 1717
Karma: 22
Thank you received: 117
9 years 6 months ago - 9 years 1 month ago #5482
by NT
Hi Pino974,
OK. I'm glad your issue has been resolved, if there are problems of products please contact us.
*********
Best Regards,
-- NT--
****************
Best Regards
__DiepNT__
Last edit: 9 years 1 month ago by
NT .
Please Log in or Create an account to join the conversation.
Forum
JUX Member Forum - Restricted to Members Only
JUX Mega Menu Extensions
JUX CSS3 Mega Menu
Menu to center
Time to create page: 0.468 seconds