From 690a9b6de6b5243e7938c7ccdb4374469fae43af Mon Sep 17 00:00:00 2001 From: Nabil Kadimi Date: Sat, 10 Feb 2018 10:54:39 +0000 Subject: [PATCH] Fix RTL CSS not working due to lower weight --- assets/css/sportspress-rtl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/sportspress-rtl.css b/assets/css/sportspress-rtl.css index 8b93587e..ec1a05ad 100644 --- a/assets/css/sportspress-rtl.css +++ b/assets/css/sportspress-rtl.css @@ -15,7 +15,7 @@ /* Data Tables */ .sp-data-table .data-name { - text-align: right; + text-align: right !important; } /* Pagination */ @@ -80,4 +80,4 @@ .sp-template-logo + .sp-post-content { clear: right; } -} \ No newline at end of file +}