Sub Menu Options

Hi i’m working on a header

i’m struggling to find the options to move the sub menu inline with the main menu.

Any help would be great thanks.

Container > Content > Direction > Horizontal
image

i have tried that and that isnt working.

if it helps ive add a couple of images below for what im wanting to achieve

current layout
Site Header -Template- 31-08-2021 18-41-38

wanted layout
Site Header -Template- 31-08-2021 18-41-38-2

Hi,
paste this to the custom css of the menu element:

root .bricks-element-nav-menu .bricks-nav-menu .sub-menu {
  left: -57px;
}
1 Like

Worked Perfectly just added top margin too and it’s where it needs to be.

Thankyou