Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #442264

    Hello,

    While in rtl (hebrew) mode, the woocommerce “sale” badge is all over the page, and not as a round circle.

    Demo links in private.

    Thanks

    • This topic was modified 9 years, 6 months ago by tech500.
    #442648
    This reply has been marked as private.
    #442652

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .single-product-main-image .onsale {
      right: auto;
    }

    Regards,
    Yigit

    #442714

    Hi Yigit,

    On the iphone and other mobile devices it’s still wide.

    Dan

    #442717

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .single-product-main-image .onsale {
      right: auto !important;
    }}

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.