From 5c10c384e545c7fefcf2c7be679008e71429c05b Mon Sep 17 00:00:00 2001 From: Sajedeh Gooklani Date: Wed, 20 Mar 2024 11:13:32 +0300 Subject: [PATCH] style: Remove notice wrapper padding --- src/Shortcode/Notice.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Shortcode/Notice.php b/src/Shortcode/Notice.php index fa16945..1157204 100644 --- a/src/Shortcode/Notice.php +++ b/src/Shortcode/Notice.php @@ -177,6 +177,9 @@ public function inline_css() { $background_color = woo_store_vacation()->service( 'options' )->get( 'background_color' ); $inline_css[] = sprintf( ' + #%1$s { + padding: 0; + } #%1$s .woocommerce-info { text-align:left; list-style:none;