Hi everyone,
I have change the photos of my collections, it appears fine in desktop view, but the problem is the responsiveness when it comes to mobile. I want to separate the icons into 2 or 3 columns and make it look smaller.
Site URL: thecleanroom.net
See photo for reference:
This is the desktop view
and
this is the mobile view:
Hi @IntechCarl ,
I can see it is already in two columns on Mobile devices , Let me know if that is fixed . Else below is the highlighted code that would help fix it
1 Like
Hi!
I would like to consider your request, but I can’t see on the screen shot you provide the whole code after .collection-list section-col…list.css:54. May I have the code be written here in reply? And also where do I have to put the codes?
Hi @IntechCarl ,
You can find the file in aseets folder of your theme , file named Section-collection-lists.css
@media screen and (max-width: 749px) {
.collection-list .collection-list__item {
width: calc(33% - 3rem);
}
}
1 Like
Hi!
I have added your code in to my store. There was a problem on the last section. The last two icons looks bigger and there is this gap in between the icons: