Comments 1HealthyHead started the conversationApril 27, 2018 at 11:03amHi! I'm about to center the whole single product page. But i can't find the place in css/php, where i can center the "add to cart" button as well. Can you help me? Of course quantity and add to cart should still be on same line. Best, Mikelis See the page here[deleted] repliedApril 29, 2018 at 8:02amHi HealthyHead,Please consider pasting the code below in Custom CSS Area, please consider reading the article we wrote about How to Add Custom CSS. .woocommerce .product .item-info form{ text-align: center !important; margin-top: 20px !important;} .woocommerce .item-info form.cart .button, .woocommerce .item-info form.cart .quantity { float: none !important; display:inline-block !important;}Thank you.1 Like Sign in to reply ...
Hi!
I'm about to center the whole single product page. But i can't
find the place in css/php, where i can center the "add to cart" button as well.
Can you help me?
Of course quantity and add to cart should still be on same line.
Best, Mikelis
See the page here
Hi HealthyHead,
Please consider pasting the code below in Custom CSS Area, please consider reading the article we wrote about How to Add Custom CSS.
Thank you.