Hi Support Team,
I have a huge problem with my store,
why are my collection list images so small?
Like these are my:
(yes I know, i need to edit a lot)
Can I have them like:
Store URL: https://www.faithandyou.in
Theme: Dawn
Hi Support Team,
I have a huge problem with my store,
why are my collection list images so small?
Like these are my:
(yes I know, i need to edit a lot)
Can I have them like:
Store URL: https://www.faithandyou.in
Theme: Dawn
Hi @AryavK
Which collection list you like to edit?
Is this one? You like more bigger?
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Do you mean like this?
If it is check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.collection-list-wrapper.page-width.isolate.section-template--15314676285528__1aa1e4a9-3532-41d7-b14b-b83efbbf7559-padding {
max-width: 135rem;
}
ul#Slider-template--15314676285528__1aa1e4a9-3532-41d7-b14b-b83efbbf7559 {
gap: 4px !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!