All things Shopify and commerce
Hi everyone
I am having a problem with an icon list on mobile version -- ( I want it like a desktop version )
The mobile version is not the same like desktop version
Here is the desktop version
Here is the Mobile version
Please help me
Thank you
Solved! Go to the solution
This is an accepted solution.
Hey @OLIV1
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 </body> tag
<style>
@media screen and (max-width: 767px) {
main#site-main ul.home-section--content.collection-list__content.collection--image-crop-round.no-cta {
grid-template-columns: repeat(4, minmax(auto, 1fr)) !important;
}
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @OLIV1
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 </body> tag
<style>
@media screen and (max-width: 767px) {
main#site-main ul.home-section--content.collection-list__content.collection--image-crop-round.no-cta {
grid-template-columns: repeat(4, minmax(auto, 1fr)) !important;
}
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed
Thank you for helping me out.
But i think that one is for collection list
what I need to fix is at the ICON LIST Mobile version. I want to make it one line lika a desktop version
As you can see here in the bottom the Logo list is 2 Line
and I want it to be one line like below
Hi Moeed
I tried the code For the mobile version regarding the Logo List
But now The logo lIst is hidden under the banner
Can you help me with this please ?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025