So, as the title suggests, I’ve been having a hard time trying to fix the margin/padding problem on the mobile device format. This is what it looks like now. Any help would be appreciated, thank you.
Hi,
Please share your store URL and password if protected.
Thanks
Hello @wubbafeli
Can you share your website URL so that I can check and provide you with the solution to fixing your issue?
@wubbafeli Please send me store url.
Hello
Provide me your store URL and password (if your storefront is password protected). so that I can check and try to provide you with a solution.
@wubbafeli
Hello,
Can You Please Share Your Store URL I Check and provide Proper Solution
Hi, @wubbafeli
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> theme.css ->paste the below code at the bottom of the file.
@media(max-width:786px){
.main-content .shopify-section {
margin-left: 10px;
margin-right: 10px;
}}
note: you can increase/decrease value 10 to your choice
Thanks a lot! This worked.
