SOLVED: The position of the sale badge on the product page is incorrect. RTL Version

Browser : Chrome 109
OS : Windows

Hello,
The position of the sale badge should be to the right of the product page in the RTL version, as shown in the image

If there is a quick fix for the CSS code, please help with it until the update is released

Kind Regards
mohamed

Hi Mohammed,
Thanks so much for your report!

I reproduced the issue and added it to our bug tracker.

Basically, you can inspect the element yourself and see which styles you need to overwrite. HTML and CSS are like an open book :slight_smile:

.rtl.woocommerce .content-area .site-main .product .badge, 
.rtl.woocommerce .products .badge, .woocommerce.products .badge {
  right: 15px;
  left: unset;
}

Best regards,
timmse

1 Like

Hi timmse,

Thank you very much

Next time if I discover an error I will try to do so :slightly_smiling_face:

Kind Regards
mohamed

Please don’t forget to report issues anyway - even if you can find and apply a custom CSS fix :v:

Well, I will definitely do that

Hi Mohamed,
We’ve fixed this issue in Bricks 1.9.5, now available as a one-click update in your WordPress Dashboard.

Changelog: Bricks 1.9.5 Changelog – Bricks
Please let us know if you are still experiencing issues.

1 Like