Sticky Buy Now Button in Dawn Theme

Update this code, It will work only on product page now

{% if template.name == ‘product’ %}

.shopify-payment-button__button.activebtn{ position: fixed; bottom: 0px; left: 0; right: 0; z-index: 999; margin: auto; max-width: 480px; }

{% endif %}

1 Like