I’d like to have grid view instead of list view when people click the ‘view all’ button on the homepage but the grid view has one product at the top with misaligned text.
How can I make this so I have no single product at the top but that they are all part of the grid view?
Hi, noI have it as a list view temporarily until the issue with grid view is fixed. See my screenshot in the original post- I’d like to have my products as grid view but without the single product at the top-. Thanks!
HI, I just check it now. The first product is not included in the list of product the design is look like a banner first then the list.
Check this one out.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (min-width: 909px){
ul.grid.grid--uniform.grid--view-items\>.\
And save.
Result:

If you don't mind me asking, what are you using? Is it Fireflies, a third-party Shopify theme?
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, it doesn’t seem to be working- we have a big launch tomorrow and I’m just concerned that the site looks a bit unprofessional like this. Would really appreciate your input.
It’s the Shopify Debut theme. I’ve copied and pasted the code into the theme.css file but it doesn’t seem to have made a change?