How to change h1 spacing between texts

Posted in: Newspaper
Post count: 1

Hi support forums
When I put my text into H1 or H2, there is a huge gap between my texts. I opened my style.css sheet but do not know which numbers to change. Any advice? Thank you

Post count: 9544

Generally you should only have one H1 on a page.
You can override the CSS simply by adding a class to the theme panel custom CSS box.

All “H” classes normally add padding after as they are headings. But you could change that either globally, or create new custom class for some use.

TagDiv likely have better answer Monday.

Tip: good to get used to using console/F12 in Chrome to “target” specific blocks and see what they are, as you can often then micro-target just the one CSS class to over-ride without messing up things like h2 used on category pages, etc.

Post count: 7909

Hi,

Do you refer to the h tags added in the post content?
There is a margin top and bottom for each of them – http://screencast.com/t/esTF67BG0 but you can overwrite this using custom css in Theme Panel > Custom Css – http://screencast.com/t/tDbYeCNR just change the h number.

.td-post-content h3 {
margin-top: 0;
margin-bottom: 0;
}

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.