• marcie73

    (@marcie73)


    Hello,
    on mobile view the On Sale badge displays in a wrong way, occupying most of the product image surface.
    I need to position it at bottom 0px, but there is a css style “top: 7rem !important;” set in your theme I cannot rewrite.
    In desktop view is correctly set.
    Thank you for help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Abhishek

    (@abhikr781)

    Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media only screen and (max-width: 767px){
    .archive.woocommerce .has-product-nav span.onsale {
        top: unset !important;
    }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘On sale badge displays in a wrong way’ is closed to new replies.