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.
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
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
wanted layout
Hi,
paste this to the custom css of the menu element:
root .bricks-element-nav-menu .bricks-nav-menu .sub-menu {
left: -57px;
}
Worked Perfectly just added top margin too and it’s where it needs to be.
Thankyou