What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I resize my collection list on the Dawn theme?

Solved

How can I resize my collection list on the Dawn theme?

Snackbarco
Excursionist
18 0 3

Hello everyone!

I'm having trouble with my collection list on my main page. I increased the amount of items in a column and now they are to big, need to be smaller. 

 

my website is 
snackbarcanada.ca

 

thanks!

 

 

 

 

collection list.png 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Yeah, I only show on desktop.😅 Just take out the media query. 

 

.card__inner.color-scheme-c24f5df5-8084-446c-937c-7beab15c11dc.gradient.ratio {
    width: 70%;
    margin: auto;
}

 

And Save. 

This will show in all screen.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @Snackbarco 

Do you mean like this? 

Made4uoRibe_0-1705616280571.png

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:

 

@media only screen and (min-width: 749px){
.card__inner.color-scheme-c24f5df5-8084-446c-937c-7beab15c11dc.gradient.ratio {
    width: 70%;
    margin: auto;
}
}

 

And Save. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Snackbarco
Excursionist
18 0 3

Hey @Made4uo-Ribe is there a way for it to be on mobile as well? It changed on desktop but not on mobile..

Thanks for the help!

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Yeah, I only show on desktop.😅 Just take out the media query. 

 

.card__inner.color-scheme-c24f5df5-8084-446c-937c-7beab15c11dc.gradient.ratio {
    width: 70%;
    margin: auto;
}

 

And Save. 

This will show in all screen.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.