Hello everyone.
I’m wanting to make a change to my home page. I want to have 4-5 columns in desktop view. I also want to get rid of the View All button and show the all of the collections on this same page.
Can someone help me do that?
Hello everyone.
I’m wanting to make a change to my home page. I want to have 4-5 columns in desktop view. I also want to get rid of the View All button and show the all of the collections on this same page.
Can someone help me do that?
yes, please try
yes, please try this code
@media screen and (min-width: 750px) { .collection-list.grid–3-col-tablet .grid__item { max-width: 25%; } }
This changed that. great.
One more thing. How can I get rid of the View All button on the bottom and just make it so all the collections appear?
This changed that. great.
One more thing. How can I get rid of the View All button on the bottom and just make it so all the collections appear?