Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

check Menu to center

More
8 years 10 months ago #5443 by Giuseppe Gravino
How do you get to center the menu?

thanks,
Pino ...

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #5456 by NT
Replied by NT on topic Menu to center
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__
The following user(s) said Thank You: Giuseppe Gravino

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #5466 by Giuseppe Gravino
Replied by Giuseppe Gravino on topic Menu to center
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.

More
8 years 10 months ago #5467 by NT
Replied by NT on topic Menu to center
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.

More
8 years 10 months ago #5470 by Giuseppe Gravino
Replied by Giuseppe Gravino on topic Menu to center
the link is shopt.igravinos.it/index.php/de/

the problem of flicker occurs primarily in German ...
the problem of mobile devices, on all devices.

Thanks and best regards,
Pino ...

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #5471 by NT
Replied by NT on topic Menu to center
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.

More
8 years 10 months ago #5472 by NT
Replied by NT on topic Menu to center
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.

More
8 years 10 months ago #5479 by Giuseppe Gravino
Replied by Giuseppe Gravino on topic Menu to center
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.

More
8 years 10 months ago - 8 years 5 months ago #5482 by NT
Replied by NT on topic Menu to center
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: 8 years 5 months ago by NT.

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.038 seconds
Powered by Kunena Forum