the cart button on my site is unresponsive. the cart button skips to the top of the page taking my store name down.
website My site
the cart button on my site is unresponsive. the cart button skips to the top of the page taking my store name down.
website My site
Hi there,
Please try to add this CSS code to Customize > additional CSS:
@media and (max-width: 400px){
ul.nav-link-right {
order: -1;
}
}