From 7a047d99f8b66778f6bf27ee151b8bf96f8c67fd Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 14 Oct 2021 03:57:32 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/modules/ad_banner.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index d21ed21..620b23e 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -65,7 +65,7 @@ } .banner-pager{ - left: 1em; + //left: 1em; right:auto; } .w-ba-banner__caption { @@ -140,4 +140,4 @@ .cycle-slide-active { z-index: 101 !important; } -} \ No newline at end of file +}