All things Shopify and commerce
Hello friends, how can I minimize the padding in this section only for mobile version?
Solved! Go to the solution
This is an accepted solution.
Hi @NikosBat
@media screen and (max-width: 768px){
.slider-buttons > button {
height: 30px !important;
}
.collection-list-wrapper.page-width {
padding-bottom: 0 !important;
}
ul.collection-list.contains-card {
margin-bottom: 0 !important;
}
ul.collection-list.contains-card > li {
padding-bottom: 0 !important;
}
ul.collection-list.contains-card > li > .card-wrapper.collection-card-wrapper .card.card--standard.card--media > .card__content .card__information {
padding-bottom: 0 !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @NikosBat
@media screen and (max-width: 768px){
.slider-buttons > button {
height: 30px !important;
}
.collection-list-wrapper.page-width {
padding-bottom: 0 !important;
}
ul.collection-list.contains-card {
margin-bottom: 0 !important;
}
ul.collection-list.contains-card > li {
padding-bottom: 0 !important;
}
ul.collection-list.contains-card > li > .card-wrapper.collection-card-wrapper .card.card--standard.card--media > .card__content .card__information {
padding-bottom: 0 !important;
}
}
I hope this helps
Best,
Daisy
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025