nakib4tech

Kadence Theme TranslatePress

Oct 24th, 2022
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.42 KB | None | 0 0
  1. /*
  2. Fixing Multilingual RTL Issues, Code made by https://nakib4tech.com/
  3. */
  4. html[lang="ar"] .wp-block-kadence-image .alignright {
  5. float: left !important;
  6. margin-right: var(--global-md-spacing, 1em) !important;
  7. margin-left: 0 !important;
  8. }
  9. html[lang="ar"] .left, html[lang="ar"] .kt-btn-align-left, html[lang="ar"] .kt-info-halign-left, html[lang="ar"] .kt-tabs-wrap .wp-block-kadence-tab, html[lang="ar"] .footer-widget-area.content-align-left, html[lang="ar"] .kt-blocks-accordion-header, html[lang="ar"] .kt-testimonial-halign-left .kt-testimonial-item-wrap, html[lang="ar"] .wc-block-grid .wc-block-grid__products:not(.thisisforspecificity) .wc-block-grid__product, html[lang="ar"] .wc-block-carousel .wc-block-grid__product {
  10. text-align: right!important;
  11. }
  12. html[lang="ar"] .footer-widget-area.content-align-right{
  13. text-align: left !important;
  14. }
  15. html[lang="ar"] .alignleft{
  16. float: right!important;
  17. }
  18. html[lang="ar"] .kt-accodion-icon-side-left .kt-blocks-accordion-icon-trigger {
  19. margin-left: 10px !important;
  20. margin-right: 0 !important;
  21. }
  22. html[lang="ar"] .kt-blocks-info-box-media {
  23. margin-left: 20px !important;
  24. margin-right: 0px !important;
  25. }
  26. html[lang="ar"] .footer-widget-area.content-align-right .footer-social-inner-wrap {
  27. justify-content: flex-end !important;
  28. }
  29.  
  30. /*
  31. This code below should be added in the editor's custom CSS
  32. */
  33. html[lang="ar"] selector .kt-row-layout-overlay{
  34. transform: rotateY(180deg);
  35. }
Advertisement
Add Comment
Please, Sign In to add comment