Hi @gihan7575
This is Victor from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Victor | PageFly
Hi @gihan7575 ,
Glad to support you today.
To can remove that padding, you can check out my suggestion below to make it:
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
You can place this code at the bottom of theme.css under the assets directory.
Then there will be no gaps between the product items and the whole thing will be centered!
#shopify-section-collection-template .grid .grid__item {
padding-left: 0px !important;
}
#shopify-section-collection-template .grid {
margin-left: 0px !important;
}