fauzanjeg

Fix RTL issue in Playit Demo

Jun 25th, 2021 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. .rtl .jeg_inner_content .meta_left .jeg_meta_author img {
  2.     float: right;
  3. }
  4.  
  5. .rtl .jeg_postblock_video_3 .jeg_thumb {
  6.     margin-left: 30px;
  7.     margin-right: 0px;
  8. }
  9.  
  10. .rtl .jeg_postblock_video_3.jeg_col_1o3 .jeg_thumb {
  11.     margin-left: 15px;
  12.     margin-right: 0px;
  13. }
  14.  
  15.  
  16. .rtl #jeg_sidecontent {
  17.     left: unset;
  18.     right: 0;
  19. }
  20.  
  21. .rtl.jeg_sidecontent .jeg_viewport {
  22.     margin-right: 240px;
  23.     margin-left: 0px;
  24. }
  25.  
  26. .rtl.jeg_sidecontent .jeg_header.full {
  27.     margin-right: -240px;
  28.     margin-left: 0px;
  29. }
  30.  
  31. .rtl .jeg_moreoption a, .jeg_sharelist a {
  32.     text-align: right;
  33. }
  34.  
  35. @media only screen and (max-width: 1024px) {
  36.     .rtl.jeg_sidecontent .jeg_viewport {
  37.         margin-right: unset;
  38.         margin-left: unset;
  39.     }
  40. }
Add Comment
Please, Sign In to add comment