Advertisement
salmancreation

Fundbux Theme RTL CSS

Sep 2nd, 2023
889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.98 KB | None | 0 0
  1. .rtl .cause-content {
  2.     text-align: right;
  3. }
  4.  
  5. .rtl .section-title.text-left {
  6.     text-align: right !important;
  7. }
  8.  
  9. .rtl .section-title {
  10.     text-align: right !important;
  11. }
  12.  
  13. .rtl .text-left {
  14.     text-align: right !important;
  15. }
  16.  
  17. .rtl .text-center {
  18.     text-align: center !important;
  19. }
  20.  
  21. .rtl .block-feature-list .single-block-item .icon {
  22.     float: right;
  23.     margin-left: 30px;
  24. }
  25.  
  26. .rtl .block-feature-list {
  27.     text-align: right;
  28. }
  29.  
  30. .rtl .text-lg-left .section-title h2, .rtl .text-lg-left .section-title {
  31.     text-align: right !important;
  32. }
  33.  
  34. .rtl .text-center .section-title {
  35.     text-align: center !important;
  36. }
  37.  
  38. .rtl .blog-list-view {
  39.     text-align: right;
  40. }
  41.  
  42. .rtl .blog-list-view .single-blog-item {}
  43.  
  44. .rtl .blog-list-view .single-blog-item .post-date {
  45.     float: right;
  46.     margin-left: 30px;
  47. }
  48.  
  49. .rtl .post-author {
  50.     margin: 0px !important;
  51. }
  52.  
  53. .rtl .single-blog-card {
  54.     text-align: right;
  55. }
  56.  
  57. .rtl .footer-wrap .single-footer-wid {
  58.     text-align: right;
  59. }
  60.  
  61. .rtl .site_info_widget .single-contact-info .icon {
  62.     float: right;
  63.     margin-left: 20px;
  64. }
  65.  
  66. .rtl .event-section .single-event-item .event-details .event-date {
  67.     float: right;
  68.     margin-left: 10px;
  69. }
  70.  
  71. .rtl .single-cause-item.style-1 .cause-meta a {
  72.     margin-right: 0px;
  73. }
  74.  
  75. .rtl .single-cause-item.style-1 .cause-meta a i {
  76.     margin-right: 0;
  77.     margin-left: 8px;
  78. }
  79.  
  80. .rtl .single-cause-item .cause-amount i {
  81.     margin-right: 0px;
  82.     margin-left: 8px;
  83. }
  84.  
  85. .rtl .checked-list li {padding: 0;padding-right: 40px;}
  86.  
  87. .rtl .checked-list li::before {
  88.     right: 0px;
  89. }
  90.  
  91. .rtl .about_left_content {padding-right: 40px !important;}
  92.  
  93. .rtl header.header-box-style .top-bar a i, header.header-1 .top-bar a i {
  94.     margin: 0px;
  95.     margin-left: 8px;
  96. }
  97.  
  98. .rtl .event-title {
  99.     text-align: right;
  100. }
  101.  
  102. .rtl .section-title > span i {margin: 0px;margin-left: 10px;}
  103.  
  104. .rtl .text-center.text-lg-left .section-title {
  105.     text-align: right !important;
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement