How do I center the sold out button with the price?

Hi guys,

Sold out button is not centered with price. Please see the screenshot. I would very much appreciate your help.

URL: https://basicbastard.co/products/sup-dude-tee?variant=43307216568556

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
span.badge.price__badge-sold-out.color-inverse {
margin-top: -2px;
}

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

Thank you!!