Align add to cart to right

To align add to cart button to right on product detail page.

If code doesn’t work, you can comment below, message or email me.

You can use this code to Custom CSS box.

div.sqs-add-to-cart-button-wrapper {
    float: right;
}

Result

1 Like