[Resolved] sub-menu vertical position

Home Forums Support [Resolved] sub-menu vertical position

Home Forums Support sub-menu vertical position

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #374477
    Mark

    Hi,

    Is it possible to have a particular sub-menu’s vertical position to be ‘higher up’ and not level with it’s parent. I’ve attached an image that hopefully clarifies my poor description. I’m struggling to isolate the relevant CSS. Ideally I’d be able to apply this to only certain sub-menus.

    sub-menu vertical position

    Thanks

    #374478
    Mark

    I can’t see the image in my original post so it’s here just in case: http://imgur.com/a/E1S1F

    #374754
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .main-navigation ul ul li {
        position: static;
    }
    #374807
    Mark

    Perfect. Thank you.

    #375091
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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