From ffd54a83893d77045264362de58e59ca3e7af4f9 Mon Sep 17 00:00:00 2001 From: Ali HMIMS <85164582+AliHMIMS@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:49:43 +0000 Subject: [PATCH] YSHOP2-291: The background color should extend full width in mobile --- sections/featured-product-slider.liquid | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/featured-product-slider.liquid b/sections/featured-product-slider.liquid index 59bcb9a2..d7d6e67d 100644 --- a/sections/featured-product-slider.liquid +++ b/sections/featured-product-slider.liquid @@ -9,6 +9,7 @@ .section-featured-products-{{id}} { margin-top: {{ section.settings.margin_top }}px; margin-bottom: {{ section.settings.margin_bottom }}px; + padding: 0; } @media screen and (min-width: 768px) {