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

    Hi,
    On my webpage, I have a main navigation, then at subevel dropdown, and from this the sub-sub levels pops out. But they pop out to the right, which means, they don’t appear – at least not on my laptop. How can I set them to open on the left side of the dropdown instead?

    I’ve tried with this code in the css, but it doesn’t seem to work for me:

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

    #1151657

    Hey Malene,

    You would have to use a negative value:

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

    Make sure that you clear caching and minification from your optimisation plugin before checking the changes.

    Best regards,
    Rikard

    #1151681

    That works perfectly!

    Thank a lot, Rikard :-)

    #1151741

    Hi,

    Great, I’m glad that we could help :-)

    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.