Site logo

Archived topic

Sale Flash appears out of align on Firefox browser

5 replies · Started by Mark on March 18, 2020

Viewing posts 1–6 of 6

On the Single Product Page, it appears that the Sale Flash or Badge appear out of align when using Firefox browser on desktop. It overlaps on the Product title. No issue with Chrome or other browsers.
You may check using the GP site library site.

Can this be corrected?

Hi there,

which site and which version/os of FF are you using ? Let me know,

Aah good spot ill fix it for the next update.
In the meantime you can update this CSS in Customizer > Additional with the additional left property:

.woocommerce span.onsale {
    position: absolute;
    margin: 10px !important;
    border-radius: 4px !important;
    left: 0; /* Add this property */
}

Thanks for pointing it out !

Many thanks.
It's now fixed.

Cheers

You're welcome and thanks again for pointing it out.

This archived topic is closed to new replies.