Hi there,
I would like my collection cards on the home page to have full screen width.
Is there anyone who coule help me ?
Many thanks,
Emma
Hi there,
I would like my collection cards on the home page to have full screen width.
Is there anyone who coule help me ?
Many thanks,
Emma
Insert this css
.collection-list-wrapper {
max-width: 100%!important;
}
How to Add This to Shopify Dawn Theme:
Alternative (Edit Theme CSS Directly):
it will solve your issue
Many thanks for your help. It works perfectly.
So I dare asking another question : same issue for product cards : how to have a full width when in each collection ?
Thanks again for your help,
Emma
can you send me screen shot so that I can give you a solution
Thank you
In this particular section “bracelets” images take only 2/3 of the screen.
Many thanks again for your help,
Emma
@Emma33000
Use this css please
.collection.page-width {
padding: 0px!important;
max-width: 100%!important;
}
Many thanks. So easy with your help ! You are my savior !
Emma