From cfbe9c0d1cedaf356725f42bfe64fb411f67eaa8 Mon Sep 17 00:00:00 2001 From: CJ Date: Tue, 3 Nov 2020 17:24:13 +0530 Subject: [PATCH] added padding top to the banner in the magento theme _modile.less file --- .../Magento/luma/Magento_Theme/web/css/source/_module.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less index ac2a2f249ac11..5679606281312 100644 --- a/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less @@ -194,6 +194,10 @@ position: relative; } + .catalog-category-view .block-promo.womens-t-shirts .content { + padding-top: 10px; + } + // // Global notice // ---------------------------------------------