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
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:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @Sivadarshan ,
To make the collection list on the homepage full-width in the Dawn theme, follow these steps:
Online Store > Themes > Edit Code
Edit the CSS for the collection list:
Open the file base.css or theme.css in the assets folder.
Add the following CSS at the end of the file to adjust the width of the collection list on the homepage:
.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
Sooper it’s working, But I need to make this section as full width( same size to product listing )