fauzanjeg

Fix RTL Issue with Review Section

Oct 28th, 2021 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. /* Fix RTL Issue with Review Section */
  2. .rtl .jeg_review_wrap ul {
  3.     margin: unset;
  4. }
  5.  
  6. .rtl .jeg_reviewstars .reviewscore {
  7.     float: left;
  8. }
  9.  
  10. .rtl .dealstitle {
  11.     float: right;
  12. }
  13.  
  14. .rtl .bestprice {
  15.     float: left;
  16.     text-align: left;
  17. }
  18.  
  19. .rtl .jeg_storelist li .priceinfo {
  20.     float: left;
  21. }
Add Comment
Please, Sign In to add comment