All things Shopify and commerce
I am having issues with the how my website is displayed on Mobile. I have a section for "Brands we work with" with an image gallery showing a 4X2 grid of logos. On desktop this looks great but on mobile they fill the entire screen and are displayed 1 by 1.
My url is https://fashionizerspa.com
Solved! Go to the solution
This is an accepted solution.
<style>
@media(max-width:768px){
div#shopify-section-template--14828124209198__1643820001bf1f6c8d .grid__wrapper {
display: flex;
flex-wrap:wrap;
}
div#shopify-section-template--14828124209198__1643820001bf1f6c8d .gallery__item {
width: 44% !important;
}
}
</style>
please change the css to this one that should work.
This is an accepted solution.
Brilliant! It looks great now, thank you Zack.
<style>
@media(max-width:768px){
div#shopify-section-template--14828124209198__1643820001bf1f6c8d .grid__wrapper {
display: flex;
}
div#shopify-section-template--14828124209198__1643820001bf1f6c8d .gallery__item {
width: 50% !important;
}
}
</style>
Hi you can try to place this code at end of theme.liquid file see it fixes the issue.
Hi Zack,
Thank you for getting back to me unfortunately they are now very small.
This is an accepted solution.
<style>
@media(max-width:768px){
div#shopify-section-template--14828124209198__1643820001bf1f6c8d .grid__wrapper {
display: flex;
flex-wrap:wrap;
}
div#shopify-section-template--14828124209198__1643820001bf1f6c8d .gallery__item {
width: 44% !important;
}
}
</style>
please change the css to this one that should work.
This is an accepted solution.
Brilliant! It looks great now, thank you Zack.
you are welcome !😊
I just tried to use this code for our other website https://hoteluniformshop.com/ and it hasn't worked for it:
Is there anything different I can do for this?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025