hi there, i figured out with the forumtopics how to solve the whitespace above headlines. with the code beneath. I placed this in X/theme-options/CSS. BUT… this only seems to work for one page. If i want the same on the whole site, what is the solution? Or do I really have to do that for each page seperately (hope not…
)
here i changed it:
and also on the homepage
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
margin-top: 0;
}
