Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1408801

    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

    #1408828

    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

    #1409052

    Hi Mike,
    yes, that´s it!

    Thank you a you can close the thread.

    Br,
    Zdeněk

    #1409087

    Hi,

    Glad to know that this has been resolved. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Megamenu alignment’ is closed to new replies.