where can I adjust the padding on the title of the collection? (collection banner)
Sense theme.
Goal: Adjust spacing around the collection banner title in Shopify’s Sense theme.
Key finding: The extra space isn’t from the banner itself but from the section below it.
Proposed fix:
Visuals: An initial screenshot highlighted the spacing; a result image demonstrated the reduced gap after applying the CSS.
Status: A concrete solution was provided with code and steps. No explicit confirmation from the requester, so resolution appears likely but not formally closed.
Hi @medusasmakeup ,
It depends which specific sides of banner your want to adjust. if its in the bottom padding-bottom: 10px. If you dont mind to share your URL website with password, and I’ll help with the solution. Thanks!
Thank you for the information.
I understand that you want to adjust the padding of the banner. But its not the banner making the space below, the other section. Im sorry I didnt ask clearly if you want to reduce or add the space. Try this code.
section#shopify-section-template--18960160522514__3c0f999a-2bc6-4d0d-89bc-188990ec69c3 {
margin-top: 0px;
}
You can add the space or lesser the space just change the size.
Result:
I hope it help.