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
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
Hey @AmberWilkinson
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted 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 ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Thank you so much!!!