< All Topics
Print

Can I Adjust the Header Spacing Within My Post?

I want a bigger gap between the sub-heading and content below the sub-heading. Is there a way to adjust this?

This is not an Acabado feature. But you can use custom CSS to change the spacing of your text.  Something like this should do it. Just adjust the #px to your desired spacing.

.h2 {
    margin-bottom: 14 px;
}

Please note: Any theme updates using CSS are to be done at the discretion of the individual user. Income School is not responsible for troubleshooting or assisting in any issues created by the use of CSS customizations on your theme.

Table of Contents

Log In