Hi, how can I move the buy button and the quantity selector to the right side so it will align with the text and title above – https://screencast.com/t/uyF8Z7taDzY? Also, how can I increase the font in the add to cart button (but without it affecting any other buttons on the site)?
Thanks.
Hey DROR,
Please add following code to Quick CSS
.single form.cart .button, .single div form.cart div.quantity { float: right; }
.single div form.cart div.quantity {
margin: 0 0 5px 3%;
}
#top form.cart .button {
font-size: 18px;
}
Best regards,
Yigit
Great as usual. Thanks!