I have some problems with the margin on all info pages on mobile device.
The text is too close to the edge. And i have tried almost everything and nothing seems to work.
I hope someone can help me.
https://thesinglegame.myshopify.com/
Password: “Single”
1 Like
@AnneUpfront
Welcome to Shopify Community.
Kindly share your Screenshot and the website url.
So that i can check it and fix it out.
As you can see on the first picture, the margin is as it should be.
But the second picture is too close to the edge.
Second picture is screenshot of an info page, and first picture is a section added in the buttom of each page.
1 Like
@AnneUpfront
kindly share the page link.
@AnneUpfront
@media only screen and (max-width: 600px) {
div#shopify-section-template--15263984419022__main {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
Add this code in the theme.min.css file.
THANK YOU. Now it works! Thank you so much. I tried this code, but without the !important;.
And i didn’t work, but now it does. Thanks again!
The problem still seems to be on some of my other pages,
please take a look her: https://thesinglegame.myshopify.com/pages/csr-strategi
Should i change the template code ?