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
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024