Shopify themes, liquid, logos, and UX
Hi
I'm happy with the design of my store for a desktop view however the mobile view isn't how I want it.
First issue is slides on mobile view. Id like this to be sized and look the same as they do on a desktop.
Second issue is i want 2 product columns on the different collections pages, there doesn't seem to be an option for this however the home page does.
Id also like to change the colour of the add to basket button to green for desktop and mobile views
Any help would be massively appreciated
Solved! Go to the solution
This is an accepted solution.
Hey @Dan_MW
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) {
.slideshow-media img {
object-fit: contain !important;
}
ul#product-grid li {
width: 47% !important;
}
}
</style>
RESULT
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @Dan_MW
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) {
.slideshow-media img {
object-fit: contain !important;
}
ul#product-grid li {
width: 47% !important;
}
}
</style>
RESULT
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks so much moeed, it solved the column issue.
The slide isnt quite right, it fits the image however its leaving this ugly space around it, is there a way to shrink this too?
Thanks
Dan
In the code mentioned above, just simply replace the word "contain" with "fill" and it should fix that problem too.
Best Regards,
Moeed
it went back to a squashed square, i like the original solution you gave however take look further down the page at the journey together banner, i want to make that block more narrow to the size of the banner, is that possible?
thanks
Dan
so i want the banner to remain that size for mobile but remove all that white space around it, basically shrinking the box that holds the slide
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