Comments 11LillaGreen started the conversationOctober 23, 2023 at 6:38amHello, how can I edit the % for Sale and the message NEW to be in the right corner of the Product Image on mobile (as it is on desktop)? Now it doesn't look good. Thank you! 2,610PenciDesign repliedOctober 23, 2023 at 7:47amHi,Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code: @media only screen and (max-width:767px) { .woocommerce .thumbnail-left .penci-single-product-top-container .product-labels { right: auto; left: 30px; top: 30px; } } Regards,PenciDesign. 11LillaGreen repliedOctober 23, 2023 at 8:58amThank you, it works! Sign in to reply ...
Hello, how can I edit the % for Sale and the message NEW to be in the right corner of the Product Image on mobile (as it is on desktop)? Now it doesn't look good. Thank you!
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
Regards,
PenciDesign.
Thank you, it works!