[Support request] Horizontal Rule spacing

Home Forums Support [Support request] Horizontal Rule spacing

Home Forums Support Horizontal Rule spacing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #511478
    Jamie

    Hi guys,

    I am using a <hr> like this (in a section using 2 columns):

    <h1>Title content</h1>
    <h2>Subtitle</h2>

    <hr>
    **this spacing here non-existent**
    <h2>more text…</h2>

    The spacing between the bottom of the <hr> and the <h2> content is gone.
    It worked at first but not anymore.

    I tried making sure there was no formatting because I noticed that if I edited in visual mode, it added formatting. Still no luck.

    Thanks kind sirs!

    Jamie

    #511623
    Leo
    Staff
    Customer Support

    Hi Jamie,

    You have this CSS added to removed the margin:

    hr {
        background-color: #1e9cd7;
        height: 3px;
        width: 25%;
        margin: 0px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.