Solved! Go to the solution
This is an accepted solution.
Thanks @dergham
Welcome to the Shopify community!
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file
@media (max-width:768px) { .product--wrapper { max-width: 100% !important; } .product--image { max-width: 100% !important; } }
This is an accepted solution.
Hello @dergham,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media screen and (max-width: 590px) { #shopify-section-featured-products .product--wrapper { max-width: 100%!important; } #shopify-section-featured-products img.product--image { max-width: 100%!important; } }
Hi! How would you do this in the Express theme? I am having the same issue. Here is what my photos look like now.
I want the photo to be about 8x10 with the description below. Thank you!
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
do you have live this?
User | Count |
---|---|
538 | |
212 | |
129 | |
78 | |
44 |