Mobile Menu / Logo Alignment

Hi All,

I was wondering if I could potentially get some help on aligning my mobile logo and menu. Right now, the menu burger is below the logo and I’d like them to line up, but can’t seem to figure it out.

Thanks!

Kevin


Here is my site Read-Only: https://preview.webflow.com/preview/kevindstevens-com?utm_medium=preview_link&utm_source=dashboard&utm_content=kevindstevens-com&preview=93050b6938f51f46bc9e2a96fa6df7e7&mode=preview

1 Like

Hi @kevindstevens

You can use display: flex to align these elements:

And then add auto on left-margin to send menu button to the right edge.

Eve Kayser