[Resolved] Bullet list spacing help

Home Forums Support [Resolved] Bullet list spacing help

Home Forums Support Bullet list spacing help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1152408
    Dimitar

    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

    #1152683
    David
    Staff
    Customer Support

    Hi there,

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

    h4 + ul {
        margin-top: -10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.