Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1415430

    Dear team,
    on my page below the mega menu underneath “Wohnungswirtschaft” exceeds the left screen.

    If I add this CSS code:

    #header .avia_mega_div {
    left: -10px !important;
    }

    .. the mega menu goes far beyond the right screen border (also if I take other values vs. “10px”)

    How to fix?

    thx a lot & best regards

    Tilman

    #1415488

    Hi Tilman,

    Please try adding this CSS code:

    #header .avia_mega_div {
        transform: translateX(200px);
    }

    Hope it helps.

    Best regards,
    Nikko

    #1415809

    great, this work :-)

    Thx. a lot Nikko

    #1415859

    Hi,

    Great, I’m glad that Nikko 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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.