Items are not centered unless i have both a heading and sub heading

hi there, my items dont seem to want to center in their box. As you can see there is clearly more space on the bottom than top. Is there anyway to fix this? My site is using prestige theme. Even if we can reduce the title size to fix this that would be great.

Thanks

Claud

@Claud123

Please share your store URL!

Thanks!

the spacing as shown in the photo I just need reduced! Thanks in advance for your help!

ElevationAthleticsYYC.ca

@Claud123

Can you share the page URL!

https://elevationathleticsyyc.ca/pages/about-us

@Claud123

Please add the following css code to your assets/theme.css bottom of the file.

@media screen and (min-width: 1008px){
.shopify-section--bordered>.Section--spacingNormal {
    padding: 40px 0 !important;
}

#section-template--15419644608757__164247196110385968 .SectionHeader:not(:only-child) {
    margin-bottom: 40px !important;
}

}

Thanks!

Hello [email removed]Claud123

Please add this code to your theme.scss or theme.css file.

Navigate to online store >> Click edit theme code.

Now find theme.scss or theme.css and paste the following code:

.SectionHeader:not(:only-child) {
    margin-bottom: 10px !important;
}

@media screen and (min-width: 1008px){
.SectionHeader:not(:only-child) {
    margin-bottom: 0px !important;}
}

Thank you! Is there anyway to get the title text smaller as well across the whole site?

smallest the there is allowing is 13px