How do I align the sold out button to the top center in Dawn Theme?

Hi, I am new to Shopify, trying to set up my store and has no idea about coding at all. Can someone help me align the sold out button into the top center of my Featured Product Text ? I am using Dawn Theme. Thank you

@Antaly Do you mind if you share the product URL. Also if it is password protected then share the pass. If you have issue to share the pass , you can share the pass in my inbox.

Hi, thank you for your assistance. I’ve sent the URL and PW privately.

@Antaly

From your Admin panel, click Online Store > Themes >Actions > Edit code
find and open the base

.card__badge{

    position: absolute;
    bottom: -10px;
}

.css file

Paste the code below at the very bottom of the file.

Thank you so much @techDynasty , it worked !!! I appreciate it a lot. :grinning_face: