hugo-liftoff
hugo-liftoff copied to clipboard
Align the dropdown menu with header
Hello.
Thanks for the theme. It's great.
I have an issue with the header. It displays like this:
The dropdown menu has a different width than the menu option which makes it look odd.
Can this be fixed?
No prob. The dropdown grows based on the length of the widest menu item text, I believe. It's not always possible to keep longer menu items within the parent item's width, so I had to make the width dynamic.
What do you think of setting a minimum width to match the width of the parent menu item; then it can grow wider as needed?
@wjh18 That makes more sense, yes.