Shopify themes, liquid, logos, and UX
I am using dawn theme latest version, i need to make the collection list (home page) to full width (which means reference home page ( product page ) and collection page.
website: https://rugd-in.myshopify.com/
password: rugged
Hey @Sivadarshan
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
slider-component.slider-component-full-width {
padding: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Sooper it's working, But I need to make this section as full width( same size to product listing )
Hey @Sivadarshan ,
To make the collection list on the homepage full-width in the Dawn theme, follow these steps:
Online Store > Themes > Edit Code
.collection-list {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.collection-list__item {
width: 100%;
flex: 1 1 auto;
}
If I was able to help you, please don't forget to Like and mark it as the Solution!
Best Regard,
Rajat Sharma
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025