Shopify themes, liquid, logos, and UX
Hello everybody,
does anyone know how to make only the image full width (padding left and right) on mobile and not the all section ?
Please see the screenshot below.
Kind regards.
Solved! Go to the solution
This is an accepted solution.
hello @mystictiger
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
#shopify-section-1594154459294 .wrapper{
padding: 0px;
}
}
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
hello @mystictiger
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Hi, Thanks for reaching me.
This is the url : www.eco-renaissance.com
Hope it will help !
Kind regards
This is an accepted solution.
hello @mystictiger
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
#shopify-section-1594154459294 .wrapper{
padding: 0px;
}
}
It worked perfectly !
Thanks for your help !
hello @Kinjaldavra
Thanks for your solution.
May i ask you something else ?
The image on mobile has no padding that's what i as looking for and with your solution it's works but I still want to have some padding with the text below (for example : 30 px)
How can I fix that ?
Kind regards
hello @mystictiger
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
#section-1594154459294 .box .wrapper .rte.lead {
padding: 0px 30px;
}
}
the solution is not working now could you please help
User | RANK |
---|---|
122 | |
98 | |
77 | |
69 | |
38 |
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