Hello guys, hope you doing great,
Is there a way to delete this little margin that is in my landing page? It appeared out of nowhere:
I’ve tried
.template-index .shopify-section.index-section-marginless .grid {
margin-left: 0px !important;
margin-right: 0px !important;
}
Before the body, but doesn’t solve it. The web is mushcoffeelab.com, if you want to know.
Thanks in advance!
Please given code apply on body.
body{
overflow:hidden!important;
}
Try this code we hope this is helpful for you.
thanks
Hi [email removed]Joev38,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom file ⇒ save
@media(max-width:767px){
html,body{overflow-x:hidden !important}
}
Hope my solution works perfectly for you.
Cheers!
Oliver | PageFly
Thank you so much Sir! Worked Smoothly
You are welcome. I’m glad when I can help you 