Hello friends, how can I adjust the padding on this section?
Hi @NikosBat
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.collection__title > h2.title.inline-richtext {
margin-bottom: 25px !important;
}
Here is the result:
I hope this helps
Best,
Daisy
.collection__title > h2.title.inline-richtext {
margin-bottom: 25px !important;
}
Hello @NikosBat Just paste this CSS on theme customization
If its helpful Hit Like button & Accept as solution Thanks
This is Richard from PageFly - Shopify Page Builder App
Hi @NikosBat Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly

