Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1097458

    hi,
    I would like to Change the space between the Main Menu and the Megamenu-Submenu.
    With:
    .menu > li > .sub-menu {
    top: xxxpx !important;
    it will will work für a Submenu but not for the Submenu of a Megammenu.

    Can you help me?

    Thanx and best regards
    Oliver

    #1097588

    Hey ollie08,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1097824

    hi,
    you find the link below.
    Best regards
    Oliver

    #1098003

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top #header.av_header_transparency .avia_mega_div {
        margin-top: 100px !important;
    }

    Best regards,
    Rikard

    #1098202

    hi,
    thanks for your answer, I misspoke, I want to change the space between the Main Menu and the Megamenu-Submenu in the part where the header is without transparency.

    Sorry and Best regards,
    Oliver

    #1098839

    Hi ollie08

    Best regards,
    Victoria

    #1099063

    hi Victoria,
    I want to adjust the space between “Leistungen”(Mainmenu) and the megamenu “box”
    Best regards,
    Oliver

    #1099491

    Hi Oliver,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av_header_transparency #menu-item-1880 .avia_mega_div {
        margin: 20px 0 0 0;
    }

    Best regards,
    Rikard

    #1100307

    hi,
    thanks for your answer, but it takes no action, i put you a link below, to show what i mean. I want the multimenubox 1 or 2 pixel lower so that the both red lines are on the same height.

    sorry for my english :-( and thanks for your help.
    Best regards,
    Oliver

    #1101296

    Hi,

    Thanks for the info.

    You can use this css to move the mega menu container downward.

    #top #wrap_all .avia_mega_div {
        margin-top: 0;
    }

    Best regards,
    Ismael

    #1101567

    Hi Ismael,
    Great, it works! :-) Thank you very mutch!

    best regards,
    Oliver

    #1101994

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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