Align quantity button to the right of the product page
-
Hello.
I’m posting a few questions on the forum today and hoping that I’m not stretching the friendship. I’m sending them separately so that other WooKit users can find the dialogue more easily when they search for it. Please let me know if there’s a better way to approach this.Would someone know what CSS code I need to use to align both the product quantity field and the add-to-cart button to the right hand side of my single product pages? I’ve looked about for this and tried a number of codes. One has been successful in moving the add-to-card button but the quantity button remains on the left. The code I used to do that is..
.woocommerce div.product form.cart .button {
float:right !important;
}I would also like to move the Categories tag on the single product page over to the right hand side as well. Would you also know what code I need to do this?
Thank you for your time and help.
The page I need help with: [log in to see the link]
- The topic ‘Align quantity button to the right of the product page’ is closed to new replies.