diff --git a/assets/featured-collections.css b/assets/featured-collections.css index b007e7da..98d1c5b3 100644 --- a/assets/featured-collections.css +++ b/assets/featured-collections.css @@ -9,7 +9,7 @@ } .yc-featured-collections .yc-featured-container .yc-section-title { font-size: 26px; - margin: 0; + margin: 30px 0; } .yc-featured-collections .collections-list { display: grid; diff --git a/sections/featured-collections.liquid b/sections/featured-collections.liquid index 1bc661b8..1e3e60fe 100644 --- a/sections/featured-collections.liquid +++ b/sections/featured-collections.liquid @@ -4,7 +4,6 @@ {% style %} .section-featured-collections-{{id}} .yc-featured-container{ justify-content: {{ section.settings.section_title_position }}; - padding-bottom: {{ section.settings.padding_bottom }}px; } .section-featured-collections-{{id}} { @@ -63,15 +62,6 @@ "id": "image", "label": "Title icon" }, - { - "type": "range", - "id": "padding_bottom", - "min": 5, - "max": 160, - "step": 1, - "unit": "px", - "label": "Padding Bottom" - }, { "type": "range", "id": "margin_top", diff --git a/styles/featured-collections.scss b/styles/featured-collections.scss index 7d65297b..b19ee163 100644 --- a/styles/featured-collections.scss +++ b/styles/featured-collections.scss @@ -13,7 +13,7 @@ .yc-section-title { font-size: 26px; - margin: 0; + margin: 30px 0; } }