Shopify themes, liquid, logos, and UX
I need some help having consistent spacing under the accessories collection card on mobile for my website. *note: please do not reach out to me on my social media accounts* www.insideyagolf.com
Solved! Go to the solution
This is an accepted solution.
Hi @insideyagolf, thanks for reaching out.
To address the issue, please go to your Online store > Theme -> Customize -> Theme settings -> Custom CSS and insert the following custom CSS code:
@media screen and (max-width: 749px) {
.section-collection-list .page-width {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.collection-list {
row-gap: 16px !important;
padding-top: 0 !important;
}
}
This is the expected result: https://prnt.sc/u0TcNFIITfpn
I hope my solution is helpful to you, and please feel free to feedback.
Liz
@media screen and (max-width: 768px){
.collection-list-wrapper {
padding-block: 16px !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @insideyagolf, thanks for reaching out.
To address the issue, please go to your Online store > Theme -> Customize -> Theme settings -> Custom CSS and insert the following custom CSS code:
@media screen and (max-width: 749px) {
.section-collection-list .page-width {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.collection-list {
row-gap: 16px !important;
padding-top: 0 !important;
}
}
This is the expected result: https://prnt.sc/u0TcNFIITfpn
I hope my solution is helpful to you, and please feel free to feedback.
Liz
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024