Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #776956

    and choose header height to custom pixel value. And look what happens to Menu Elements.
    see here on my testinstallation. If you have slim or big header it is ok but on custom pixel value only that menu Subnavigation runs crazy.

    And i don’t see why?
    https://webers-testseite.de/kokon/

    #778685

    Hey Guenter,

    where exactly does it run crazy? a screenshot would be awesome. Is it your “Elements” menu and the arrows you’re talking about?

    Best regards,
    Andy

    #780560

    This is the Enfold2017 Demo – and when choosing a custom header height in enfold options – this is what happens to the last mega menu:

    going back to slim or big header everything is fine again

    #780566

    I looked to it a bit deeper and the only thing in difference to the other megamenus is – that the columns got a real heading – and not a “-”
    on menu there is the comment: (if you dont want to display a title just enter a single dash: “-” ) if there is a single dash than there is no span on top of the ul.sub-menu.
    Look to my example what happens to a row if i set a heading . But the reason why this happens on that case “-” i don’t know
    Edit: this rule fits on that case if a single dash is used:

    #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 120px;
        line-height: 120px;
    }

    maybe in the other case it is not the first-child but why does it work if header is not in custom pixel height value ?

    • This reply was modified 6 years, 11 months ago by Guenni007.
    #780602

    it has to do with that single dash – because the rule above is an inline rule – and on av_large or av_slim header this inline rule wasn’t set

    #782679

    Hi,

    Thank you for the info. We’ll report the issue to Kriesi. Temporary fix:

    #top .av_custom #header_main > .container .main_menu ul:first-child .avia_mega_div .sub-menu > li > a {
        height: auto !important;
        line-height: 23px !important;
    }

    The “av_custom” class attribute is added when a custom pixel value is set.

    Best regards,
    Ismael

    #782926

    Hi!

    will fix it with the next update by setting a more specific css rule that does not accidentally target the mega menu ;)

    Regards,
    Kriesi

    #782927

    thanks – can be closed

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘please check enfold2017 demo’ is closed to new replies.