Shopify themes, liquid, logos, and UX
I am trying to make my product images on the homepage of my site smaller. The size is perfect on mobile but on desktop it's way to big. I'm using the North theme and my website is https://evrenclothing.com/
Solved! Go to the solution
This is an accepted solution.
Please use this code and check again
<style>
@media (min-width: 768px) {
.products.row { max-width: 500px !important; margin: 0 auto; }
}
</style>
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @isaacdob
You can add this code to theme.liquid file, after <head> in Online store > Themes > Edit code and save file
<style>
@media (min-width: 768px) {
.products.row .product { max-width: 500px; }
}
</style>
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thanks for responding. The only thing is that I want it to only be 1 product in each row. Can you help me with this?
This is an accepted solution.
Please use this code and check again
<style>
@media (min-width: 768px) {
.products.row { max-width: 500px !important; margin: 0 auto; }
}
</style>
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey Dan,
Would you be able to help me out I am having the same problem with my desktop images being too large. I am trying to make the video and the image banner below it smaller.
here is the website
thank you in advance!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024