• Resolved nabilfakhrihafandi

    (@nabilfakhrihafandi)


    Hi there,
    I’ve gone through the sale flash setting but it is only let me to change the color.
    I want to change the position to the top as you can see on my page the sale flash is just like floating in the middle and same goes to mobile view. Because of that, the sale flash is blocking the product picture.

    Thank you

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

Viewing 1 replies (of 1 total)
  • Hello,

    Can you try to add the below code to the Customize > Custom CSS section

    @media only screen and (max-width: 767px) {
    .woocommerce .has-product-nav span.onsale {
        top: 44px;
    }
    }
    @media only screen and (max-width: 1080px) {
    .woocommerce .has-product-nav span.onsale {
        top: 28px;
    }
    }
    .woocommerce span.onsale {
       left: 0;
       top: 0;
    }

    Let me know it works or not?

Viewing 1 replies (of 1 total)
  • The topic ‘Editing Sale Flash : To required position’ is closed to new replies.