Can't align menu option on hamburger

Hi. I can’t seem to find a way to align the menu option on the hamburger menu. When I make changes to the layout panel, nothing happens. Thanks for the help.


Here is my site Read-Only: (Webflow - ARRtist)

HI @Daniel_Paris if you mean align button under icon you should change these from inline block to block. you can also change your nav menu from flex to block

Thanks, Stan.

I created a div block for the dropdown and button to which I applied inline-block and relative position. That worked well.

I tried changing the nav menu to block, but everything looked messy.

HI @Daniel_Paris like I have mentioned there are several options how to. When flex container is set to block all children in this container will have initial flow on y axis, mean they will be under each other. Of course you can set container to be set flex and flex-direction: column. All depends on what you trying achieve and what behaviour of childrens you will expect.

Do you need further help with your request?

No further help is required. Many thanks!