Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

YSHOP2-329: [Features collections] Padding bottom does not seems to work #287

Merged
merged 2 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/featured-collections.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
10 changes: 0 additions & 10 deletions sections/featured-collections.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -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}} {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion styles/featured-collections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.yc-section-title {
font-size: 26px;
margin: 0;
margin: 30px 0;
}
}

Expand Down