Trying to reduce gap between sections to where each section comes right after another, no gap and for some reason im getting this huge gap of spacing to the left of our banner.
I've done research on threads similar to this and tried the solutions on there but didnt work. If someone can help i'd really appreciate it.
Thank you!
Solved! Go to the solution
Success.
Hi, Here is the solution to remove huge gap from the left of banner .
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file.
.mainSlider img { width: 100% !important; }