Site logo

Archived topic

Bullet list spacing help

1 reply · Started by Dimitar on February 2, 2020

Viewing posts 1–2 of 2

Hello,

you can see how in the introduction of the article to which I have provided a link after "related reviews" the gap is a bit too much before the bullet list. Is it possible to reduce the space between this phrase and the actual bullet list?

Thanks

Hi there,

try this CSS - it will reduce the gap between a H4 heading and the List:

h4 + ul {
    margin-top: -10px;
}
This archived topic is closed to new replies.