Site logo

Archived topic

sub-menu vertical position

4 replies · Started by Mark on August 27, 2017

Viewing posts 1–5 of 5

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

Hi there,

Give this a shot:

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

Perfect. Thank you.

You're welcome :)

This archived topic is closed to new replies.