Archived topic
sub-menu vertical position
4 replies · Started by Mark on August 27, 2017
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.
Thanks
I can't see the image in my original post so it's here just in case: http://imgur.com/a/E1S1F
Hi there,
Give this a shot:
.main-navigation ul ul li {
position: static;
}
Perfect. Thank you.
You're welcome :)