brooklyn theme - Shift in Sold Out button on collection page

Hi,

does anyone know how to shift in the “sold out” button into the picture corner on collection page because the top and the side have been cut. please help, theme is brooklyn.

Thank you.

Hi @vanessaliew

Would you mind sharing your store’s URL so we can check that for you? Thanks!

hi will pm you now.

Hi @vanessaliew

Please add the following code to you theme.scss file at the end:

.grid-product__sold-out {
    margin-left: 15px;
    background: white; 
    margin-top: 15px;
}

Let me know if that works! I’ve also added a white background that you can remove by remove the “background:white;” line should you want.

Don’t forget to like & mark as a solution if that is the case

thanks. @JHKCreate

Cheers! Should that be all, we always appreciate a like & mark as answer to let the community find quality answers faster. Thanks!