Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I need help with my collection display on desktop, because the squares are not expended as they should be. Please refer to the picture below
My website is womber.fr and the password is PROPAGANDAAA
Thanks for your help
Solved! Go to the solution
This is an accepted solution.
Hi @PAUL8
Please add this CSS code to the end of your base.css file:
@media screen and (min-width: 750px) {
#shopify-section-template--23486774280457__featured_collection_Qy96PJ .page-width {
padding-inline: 0 !important;
}
}
This is an accepted solution.
Hi @PAUL8
Please add this CSS code to the end of your base.css file:
@media screen and (min-width: 750px) {
#shopify-section-template--23486774280457__featured_collection_Qy96PJ .page-width {
padding-inline: 0 !important;
}
}