Hi @StafMeister , try the below code:
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
<style>
.menu-list .menu-item:nth-child(2) {
margin-top: -40vh !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!