Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
hi, i want to remove top padding and section-header top margin for only my collection page and dekstop, so that my collection page looks like this:
instead of how it is now:
store link: https://8c2dd1-3.myshopify.com/collections/best-sellers
Solved! Go to the solution
This is an accepted solution.
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
@media screen and (min-width: 769px){
div#CollectionSection >div {
padding-top: 0px !important;
}
}
Hope my answer will help you.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Unlock the secrets to a record-breaking BFCM with PageFly and Canva
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from the Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hello @sondreskskfsghj ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
#CollectionSection .page-width.page-content .section-header {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
@media screen and (min-width: 769px){
div#CollectionSection >div {
padding-top: 0px !important;
}
}
Hope my answer will help you.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Unlock the secrets to a record-breaking BFCM with PageFly and Canva
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from the Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hello @sondreskskfsghj ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
#CollectionSection .page-width.page-content .section-header {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025