Home Forums WoodMart support forum minus sign after discount price in on the wrong side in RTL site

minus sign after discount price in on the wrong side in RTL site

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #191884

    nissan
    Participant

    Hi
    please see attached, i try to fix that by typing this in Custom CSS > Global Custom CSS

    body .labels-rounded {

    left: 7px;

    right:auto;

    }
    but it didn’t work…

    please help ASAP

    Attachments:
    You must be logged in to view attached files.
    #191938

    Hello,

    You need to delete the cache in the site and in the browser.

    Best Regards

    #191954

    nissan
    Participant

    did that, problem still the same

    any idea?

    #191980

    Hello,

    Check now. I have commented the code you inserted as it is not valid.

    Best Regards

    #191992

    nissan
    Participant

    Hi
    sorry but it’s still the same… I tried to do what you did before and it has no effect

    body .labels-rounded {
    top: 7px;
    left: 7px;
    right: auto;
    }

    please check that before leaving the site

    #192095

    Hello,

    Deactivate your cache plugin for a while.

    Best Regards

    #192122

    nissan
    Participant

    I did that too.. still the same!

    is there anything ales we can do?
    I’m using -WP Super Cache maybe you can recommend another?

    #192197

    Hello,

    Clean your browser cache. Here is what I see https://prnt.sc/sap2in

    Best Regards

    #192254

    nissan
    Participant

    i think you don’t understand the – (minus) sign should be in the left side not on the right side like you see in your picture (attached)

    Attachments:
    You must be logged in to view attached files.
    #192257

    nissan
    Participant

    “Clean your browser cache” – i did that 1000 times, please don’t ask me that again

    #192317

    Hello,

    Check on another device. I have checked again. https://gyazo.com/1ca70866128ae04a1bd0cbf97dfe6fce

    Best Regards

    #192353

    nissan
    Participant

    I don’t know how to explain this so you will understand – the minus sign should be on the left side
    not on the right as you showing me again and again… the RTL make it wrong it’s should be -17&
    and now it’s 17%-

    how can I fix that – code-wise, it’s have nothing to do with Cache

    Thanks

    #192435

    Hello,

    I do not understand you, show me on the screen where the label should be.

    Best Regards

    #192440

    nissan
    Participant

    again the issue is not the side of the label but the minus sign in it!!!!

    the – sign (minus – -17% -27% )
    it’s in the wrong position, it’s should be before the percentage but instead, it’s after the number.

    is that clearer?

    #192497

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-label {
    	direction: ltr;
    }

    Best Regards

Viewing 15 posts - 1 through 15 (of 15 total)