Re: collection list margin under images on mobile, Icon Theme

Solved

collection list margin under images on mobile, Icon Theme

cbyrn
Visitor
2 0 1

Really struggling to find where to adjust the crazy margins added under the collection images on mobile. It defaults to 2 per row on mobile and adds a ton of white space between the collection image and the collection name. The images are all square and sized 2048x2048, set at 1:1 ratio. Surprised I'm not finding anyone else with this issue. Any suggestions?

Icon Theme

https://shopdadaboutique.com/collections

cbyrn_0-1628695873719.png

Thank you!

Accepted Solution (1)

Amarjyoti
Excursionist
23 10 25

This is an accepted solution.

Hey @cbyrn,

Looks like the height: 500px CSS is causing this issue. Follow the below steps to fix that.

Navigate to Online Store > Themes > Click on Actions dropdown of live theme > Choose Edit Code

Under the Assets folder find the stylesheet.css file and search for .collection-image.ci and remove height: 500px from there.

Let me know if this works for you.

Thanks!!

Amarjyoti | I'm here to help and share some insights. Not looking for work.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 2 (2)

Amarjyoti
Excursionist
23 10 25

This is an accepted solution.

Hey @cbyrn,

Looks like the height: 500px CSS is causing this issue. Follow the below steps to fix that.

Navigate to Online Store > Themes > Click on Actions dropdown of live theme > Choose Edit Code

Under the Assets folder find the stylesheet.css file and search for .collection-image.ci and remove height: 500px from there.

Let me know if this works for you.

Thanks!!

Amarjyoti | I'm here to help and share some insights. Not looking for work.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
cbyrn
Visitor
2 0 1

Yes! Thank you so much, @Amarjyoti ! All fixed.

cbyrn_0-1628699513076.png