Home / Forums / WoodMart support forum / minus sign after discount price in on the wrong side in RTL site
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
- This topic has 14 replies, 2 voices, and was last updated 6 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
May 3, 2020 at 8:53 am #191884
nissanParticipantHi
please see attached, i try to fix that by typing this in Custom CSS > Global Custom CSSbody .labels-rounded {
left: 7px;
right:auto;
}
but it didn’t work…please help ASAP
Attachments:
You must be logged in to view attached files.May 3, 2020 at 11:56 am #191938
Elise NoromitMemberHello,
You need to delete the cache in the site and in the browser.
Best Regards
May 3, 2020 at 1:52 pm #191954
nissanParticipantdid that, problem still the same
any idea?
May 3, 2020 at 4:09 pm #191980
Elise NoromitMemberHello,
Check now. I have commented the code you inserted as it is not valid.
Best Regards
May 3, 2020 at 6:24 pm #191992
nissanParticipantHi
sorry but it’s still the same… I tried to do what you did before and it has no effectbody .labels-rounded {
top: 7px;
left: 7px;
right: auto;
}please check that before leaving the site
May 4, 2020 at 9:07 am #192095
Elise NoromitMemberHello,
Deactivate your cache plugin for a while.
Best Regards
May 4, 2020 at 9:54 am #192122
nissanParticipantI did that too.. still the same!
is there anything ales we can do?
I’m using -WP Super Cache maybe you can recommend another?May 4, 2020 at 12:56 pm #192197
Elise NoromitMemberMay 4, 2020 at 3:03 pm #192254
nissanParticipanti 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.May 4, 2020 at 3:06 pm #192257
nissanParticipant“Clean your browser cache” – i did that 1000 times, please don’t ask me that again
May 4, 2020 at 10:03 pm #192317
Elise NoromitMemberHello,
Check on another device. I have checked again. https://gyazo.com/1ca70866128ae04a1bd0cbf97dfe6fce
Best Regards
May 5, 2020 at 4:13 am #192353
nissanParticipantI 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
May 5, 2020 at 10:16 am #192435
Elise NoromitMemberHello,
I do not understand you, show me on the screen where the label should be.
Best Regards
May 5, 2020 at 10:42 am #192440
nissanParticipantagain 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?
May 5, 2020 at 1:15 pm #192497
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-label { direction: ltr; }Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register