Menu Description Position
Hello,
I would like to move the “Description” field in the menu above the “Navigation Label” instead of displaying it below, as it currently does.
Could you please guide me on how to achieve this? Is there a CSS solution or another recommended approach?
https://monabelladisain.veebilahendus.ee/
Password: 12345
Thank you!
Steve
Comments
Hi,
Please try the following CSS code:
.mfn-header-menu .mfn-menu-link .label-wrapper{ flex-direction: column-reverse; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards