Sales/Offe Tag position on mobile

Hi,

on the mobile version now the turkis "Offer/Angebot" Tag sits right over the faces:

https://app.screencast.com/7lMaigKjeWjJo

https://erdenkind.com/shop/

How can I adjust the placement to the bottom left on mobile?

Thanks & regards,

Nina

Comments

  • Hi,

    Try the following CSS code:

    @media only screen and (max-width: 767px){
     html .woocommerce .product .onsale-label{
       bottom: 15px!important;
       right: 15px!important;
       left: unset!important;
       top: unset!important;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Great that worked. Thanks!

Sign In or Register to comment.