What's your biggest current challenge? Have your say in Community Polls along the right column.

How to reduce the Collection Title bottom padding

How to reduce the Collection Title bottom padding

miltokas
Explorer
90 0 24

How can I reduce the space between the Collection titles and the below block?

I have tried adding the following code to my base.css but didn't work out.

 

.collection-hero.collection-hero--with-image
.collection-hero
.collection-hero__inner
.collection-hero__text-wrapper {
padding-top: 0rem;
padding-bottom: 0rem;
}

 

Any suggestions?

Thanks!

 

 

Heading space.png

Reply 1 (1)

ishand1993
Shopify Partner
5 1 0

Check for margins as well, right click and inspect the styling on the title and then the filter container for both paddings and margins, my guess is the title has some bottom margin you can reduce.


Hope that helps!