I am using theme ICON
How can I remove this large spacing between the additional images on the left?
I also wouldn’t mind reducing the size of the main image so that the full image is shown (currently cuts off at the bottom)
Hi @zoeeblightt
Can you please share store URL and a screenshot of the section having the issue
Apologies, I did share it in my post i’m not sure why its blank.
Here it is.
Hello @zoeeblightt
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.
Hi @zoeeblightt ,
To reduce the large spacing between the additional images on the left .
1.Go to your Shopify admin panel.
2.Navigate to Online Store > Themes.
3.Find your theme and click on Customize.
4.Click Actions > Edit code.
5.In the left sidebar, under the Layout directory, select base.css.
.product-single__thumbnail .box-ratio{
padding-bottom:0px !important
}
then save your changes
Result:-
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans