Dawn Theme: Mobile Website "Sold Out" Badge is covering the product image.

Thank you team!

url: https://fuclx2xng8e0r3n6-42324328597.shopifypreview.com

@diego_ezfy , do this to fix it in 20 seconds:

  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:
@media (max-width: 500px){
    .card .badge{
        transform: scale(.65);
        
    }
}

Kind regards,
Diego

@iamdawnumcm

  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:
@media (max-width: 749px){
    .card .badge{
        transform: scale(.65);
        
    }
}

Thanks!

hii, @iamdawnumcm
Paste this code on top of the theme.scss file.

@media only screen and (max-width: 768px) {
span.badge.badge--bottom-left.color-inverse {
    position: relative !important;
    top: -15px !important;
}
}

Thank You.

Hi. It is still really close on the mobile website.

Please let me know if you can move it a bit further

Thanks!

hello @iamdawnumcm

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 768px) {
badge.badge--bottom-left.color-inverse {
    position: relative !important;
    top: -20px !important;
}
}

Hi! I don’t have a theme.css as I am in Dawn mode.

Can you show me how to do it on my website?

https://i1ab9oy1marbkh8u-42324328597.shopifypreview.com

@iamdawnumcm

  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
@media only screen and (max-width: 749px) {
badge.badge--bottom-left.color-inverse {
    position: relative !important;
    top: -20px !important;
}
}

Hi It is still really close!