CSS buttons for checkout
-
I’m having trouble with the CSS placement of the Checkout and Cart Buttons. Both of them have the class Buttons assigned. Also the add to cart button has the same class assigned. Now either the add to cart button looks good or the checkout button. Am i just doing my CSS wrong or not using it as intended to use. Or would’t it be necessary to have two different classes for the buttons. Where would I edit the class so my site doesn’t break again after updates.
Add to cart Button looks good:
a.button {
top: 290px;
position: absolute;
float: right;
margin-left: 80px;
}Checkout button looks good:
a.button {
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS buttons for checkout’ is closed to new replies.