Questions, feedback, and updates on the new online store design experience
Hello, I am having a bit of trouble designing my Shopify store a certain way. I am trying to use gallery blocks and have two images next to each other on the desktop view, but on mobile I would like one image under the other. On mobile I'm getting the two images next to each other which makes the images too small. What code do I need to fix this? (No coding experience)
Desktop View
Mobile View
Solved! Go to the solution
This is an accepted solution.
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.css
@media only screen and (max-width:749px){
#shopify-section-16286453956c8e086f .grid__item.one-half {
width: 100%;
}
}
Please share your store URL.
Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url where you want to do modification, so that I will solve your issue here!
This is an accepted solution.
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.css
@media only screen and (max-width:749px){
#shopify-section-16286453956c8e086f .grid__item.one-half {
width: 100%;
}
}
hello @Wecommerce
@media screen and (max-width: 769px) {
#shopify-section-16286453956c8e086f .grid-uniform.featured-images{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
#shopify-section-16286453956c8e086f .grid-uniform.featured-images .grid__item.one-half{
flex: 0 0 100%;
-webkit-box-flex: 0 0 100%;
-moz-box-flex: 0 0 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
}
}
Thank you very much! Worked like a charm! You have saved me a lot of time!!
Thank you very much! Worked like a charm! You have saved me a lot of time!!
Hello Great Client i have seen your request i can see what you are lacking about your store that you are having a bit of trouble designing my Shopify store a certain way. Congratulation because the right person is Replying to your message
FOR MORE DISCUSSION KINDLY MESSAGE ME ON TELEGRAM @Rosejenifer
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022