Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3505260
Single Product Mobile
Closed

Comments

  •  11
    LillaGreen started the conversation

    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!

    4191802471.jpg
  •  2,278
    PenciDesign replied

    Hi,

    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.



  •  11
    LillaGreen replied

    Thank you, it works!