Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #246236

    Hello, my header format is logo on the right and main menu below. When I try to use the Mega Menu, it does not display properly. The Mega Menu appears as 1 column and the same width as the parent link. How do i fix this?

    Thank you.

    #246237
    This reply has been marked as private.
    #247158

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_main_alternate .avia_mega_div { right: auto!important; }

    Currently you are displaying your menu items as column title.

    Best regards,
    Yigit

    #247313
    This reply has been marked as private.
    #248002

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px

    Cheers!
    Yigit

    #249000

    Thank you Yigit but I need to have the Mega Menu working at 768. I see the Mega Menu working properly on another site at 768 at http://www.ilos.com.br/ but I don’t know what they did to fix it?

    The thread I found this was https://kriesi.at/support/topic/mega-menu-color-font-transparency-styling/?login_error.

    Thank you.

    #249242

    Hi!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    #header_main_alternate .avia_mega_div {
    margin-left: -170%;
    }}

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.