How can I fix the sticky menu bar issue on a desktop view?

URL is www.collectivethreadco.com

I made the menu bar sticky which looks fine on mobile, but once you go to the site on desktop the bar cuts off the product, is there a way to fix this on desktop?

Thanks in advance!

1 Like

@jennarose
Let me check we will help you.

Okay! Thank you

1 Like

@jennarose
Add this code in theme.scss

.page-width {
    margin-top: 51px !important;
}

Thank you.

@jennarose
If helpful please like and accept my solution to appreciate our work.

Thank you.