How to centre the SOLD button on Brooklyn theme

Hi there,

When a product is sold the button appears on the left side.

How can I make it so that the SOLD button is centred.

My website is here

Thank you

Hii @Moosha ,
What do you want with your “sold” and “buy it now” buttons?
explain properly so I will help you.
Thank You.

@Moosha

can you please try this code.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.product-single__add-to-cart {
align-items: center;
    justify-content: center;
}

Hi, I was literally just going through the same issue and came here to find the answer. I ended up figuring it out myself!

  1. Online Store

  2. Customize

  3. Click “Products” in the drop down menu

  4. Click “default products” & choose a product

  5. Under “add to cart button” edit the button size from small to large

Hope this makes sense and helps