CSS   21
rtl fix
Guest on 27th August 2023 12:02:34 PM


  1. .owl-carousel .owl-item{
  2.         float: right !important;
  3. }
  4. .switcher{
  5.         float: left !important;
  6. }
  7. .view-more:before{
  8.         margin-right: -50% !important;
  9. }
  10. .rtl-right{
  11.         float: right !important;
  12. }
  13. .rtl-left{
  14.         float: left !important;
  15. }
  16. .navbar-header{
  17.         float: right !important;
  18. }
  19. .navbar-nav > li{
  20.         float: right !important;
  21. }
  22. .pull-right{
  23.         float: left !important;
  24. }

Raw Paste

Login or Register to edit or fork this paste. It's free.