Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1399830

    Hi,

    i try to change the width of the sub menu like this:

    #top ul.sub-menu {
    width: 300px !important;
    }

    it works nice but it covers the sub menu before – so i have to change the position too – but i don’t know how.

    In private is the linkt to my demo site. Under “Mein Event” you can see what i mean.

    Do you have an solution for that?

    #1399882

    Hey Stefan,

    Please try this CSS as well:

    #top .av-main-nav ul ul {
        left: -300px;
    }

    Best regards,
    Rikard

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