Site logo

Archived topic

How do I reduce the margin above and below the category page title?

3 replies · Started by Andy on October 10, 2020

Viewing posts 1–4 of 4

Hi there,

See where it says 'success stories' on this page? How do I reduce the space above and below it?

Thank you

Hi there,

that site has some custom CSS - go to Customizer > Additional CSS and look for this:

.separate-containers .page-header {
    background: transparent;
    padding: 20px 0;
}

Reduce the 20px value to adjust the top and bottom padding.

thank you David!

You're welcome

This archived topic is closed to new replies.