Hi Enfold team,
I would need to help with a megamenu alignment on my Enfold/Woocommerce site.
I use the same megamenu on both my sites as presentation and e-commerce one. I have noticed that on my presentation web the megamenu displays in the right way (centered), see here: https://snipboard.io/UzFOvn.jpg, but on my e-commerce web it is displayed wrong (left align), see here: https://snipboard.io/GLd8QU.jpg
I have found out, that´s caused by woocommerce plugin, but I can´t find the right css how to fix it.
Can you help me pls?
Thanks a lot!
Zdenek
Hey Zdeněk,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 990px) {
#menu-item-77 .avia_mega_div.avia_mega6.twelve.units {
right: -214.157px !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
yes, that´s it!
Thank you a you can close the thread.
Br,
Zdeněk