How to bottom align menu items on mobile version?

Hi,

I am trying to bottom align the menu items on the mobile version:

https://rev-fc.com/ password : verstappen

thank you for you help :slightly_smiling_face:

@vroomvroom to the bottom of your theme.scss.liquid add the following CSS and tailor to taste

Always backup themes and files before making changes

@media only screen and (max-width: 749px) {
    .top-bar .site-header__cart {
        top: 0px;
    }
}

Hi,

thanks @PaulNewton but its not working :disappointed_face: