Reducing the size of product images in collection so there 10 columns across desktop

Reducing the size of product images in collection so there 10 columns across desktop

I have tried the scale bar but it doesnt increase the number of columns - reformation theme is the theme I have

https://jimmysbookclub.com/

Hey @AmberWilkinson

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

@AmberWilkinson ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid

Step 3. Add this code before


Result:

Hello @AmberWilkinson

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 990px){ .large-4 { max-width: 9.33333% !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the tag


After modifucation:

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Hello @AmberWilkinson
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> app.css
add this code at the end of the file.

.large-4 {
max-width: 10%;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hi @AmberWilkinson ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Thank you so much!!!