Okay
  Public Ticket #1556446
Center the add to cart botton
Closed

Comments

  •  1
    HealthyHead started the conversation

    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

  • [deleted] replied

    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.

    .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.