Site logo

Archived topic

Updated Theme and Premium Plugin: h4-h6 bottom margin/spacing

4 replies · Started by Tina on November 19, 2018

Viewing posts 1–5 of 5

I've just updated and a very strange thing has happened to my element headers. They appear to have put in extra spaces between paragraphs that weren't there before and changed some of the font sizes. Still trying to work out exactly what changed. It just looks weird now.

Hi there,

H4-H6 elements were given the same bottom margin as paragraphs in 2.2, which allows for more consistent spacing in your content.

In your case, your h5 and h6 elements in your Hero Element need to custom bottom margin to prevent the big spaces.

Try this CSS:

.page-hero-content h5,
.page-hero-content h6 {
    margin-bottom: 20px;
}

Sorry for the inconvenience!

Sorry was writing this as you posted - I'll try your suggestions.

Yup. Thanks for that, I was getting a bit frustrated trying to work out what it was :)

Much appreciated.

Sorry about that! Glad I could help :)

This archived topic is closed to new replies.