Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #336118

    Hello,

    my header is set to “logo left, menu below”. Since the update to enfold 3.0.1 I have problems with the mega menu. If I hover a mega menu item, the submenu moves to the right. Instead of aligning with the home button, it now aligns with the current hovered item.

    The same beahiour can be found at your demo page (http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ just hover “Shortcodes” or “Pages”).

    Thanks

    #336367

    Hi StuWeTueHo!

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

    @media only screen and (min-width: 990px) {
    .avia_mega_div.avia_mega5.twelve.units {
    left: -500px !important;
    }}

    Regards,
    Yigit

    #336707

    Sorry – this doesn`t seem to be a real solution – just a workaround. First this is just a fix for mega menus with 5 columns (class = avia_mega5). Ok – I can easily change that to my desired number of columns e.g. 4, but this still doesn´t work. I have 4 mega menu items with 4 columns. With the provided code I can adjust the left-pixel value to align the mega menu correctly for one of these menu items, but it is still misaligned for the other three. With this solution I need to manually add css-code for each mega menu item, which is no real solution.

    By the way: The same problem happend after another theme update (https://kriesi.at/support/topic/two-problems-with-bottom-menu-social-icons-and-mega-menu/). I don´t know what kriesi changed back then, but it worked (at least till the update to enfold 3).

    Thanks

    #337138

    Hey!

    Kriesi found the problem and included the patch. This should be fix on the next update.

    Best regards,
    Ismael

    #337207

    Is there any estimated time for this update? Because this is the only reason, I can`t switch to enfold 3 with my live server.

    #337303

    Hey!

    It should be released later today or in the beginning of the next week

    Cheers!
    Yigit

    #359153

    Hi guys,

    i have the same problem, i updated to the latest version of the theme today and the problem still there, is that correct?

    thaks!

    #359343

    Hi!


    @nerohm
    Can you post the link to your website please?

    Cheers!
    Yigit

    #359532

    http://parqtec.com.br/site/

    the item menu is “Incubadoras”

    thanks!

    #360007

    Hey!

    please add this to Quick CSS:

    #top #header.av_header_transparency .avia_mega_div {
    left: -5px;
    }
    

    Regards,
    Andy

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