I’m looking to move the remove word to the right side of the page for mobile and desktop on dawn theme
password samurai
I’m looking to move the remove word to the right side of the page for mobile and desktop on dawn theme
password samurai
Hi @undercoverfresh ,
The link is not working.
@undercoverfresh , Go to base.css file and add the following code :
.cart-item cart-remove-button {
display: flex;
margin-left: auto !important;
margin-right: 2rem;
}
@undercoverfresh , remove the margin-right in the code I gave you and it will be all the way to the right.
Worked thank you