Hi everyone!
I am having a weird padding issue in my collection page of the mobile view as seen below. Is there a way to remove this? I cannot find in any code file any padding of 40px!
Thanks,
Majd
Hi everyone!
I am having a weird padding issue in my collection page of the mobile view as seen below. Is there a way to remove this? I cannot find in any code file any padding of 40px!
Thanks,
Majd
Hi [email removed]MajdHat,
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 of the file → Save
@media(max-width:767px){
#ProductGridContainer #product-grid{
padding-right:0
}
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly