Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #377330

    Hey,

    I’m using the mega menu, but on the homepage(avia template) it’s not displaying correctly. On all other pages the menu layout is fine.

    Any solutions for this problem?

    #377368

    Hey dvbmedia!

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

    .avia_mega_div.avia_mega6.twelve.units {
    width: 732px!important;
    }
    .avia_mega_div.avia_mega4.twelve.units {
    width: 506px!important;
    }

    Regards,
    Yigit

    #377382

    Hey Yigit!

    Thx it works, but is it also possible to have the mega menu aligned with the logo?

    This menu is very big and when the menu is not wide enough alot of the content will disappear.

    Thanks in advance

    Regards,
    DVB Media

    #378023

    Hey!

    you can control height of the menu by using this in Quick CSS:

    #header .avia_mega_div {
    height: -150%;
    }
    

    adjust as needed.

    Best regards,
    Andy

    #378219
    This reply has been marked as private.
    #379009

    Hey!

    you can move it closer to the logo using this:

    #header .avia_mega_div {
    right: 20px !important;
    }
    

    Cheers!
    Andy

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