[Resolved] Horizontal Rule Padding

Home Forums Support [Resolved] Horizontal Rule Padding

Home Forums Support Horizontal Rule Padding

  • This topic has 3 replies, 3 voices, and was last updated 8 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186538
    Travis

    I need to change the padding of the Horizontal line in the WordPress editor. Is there a easy way to do that, and how?

    #186549
    David

    Hi travis, I think your looking for:

    hr {
    height: 1px;
    background-color:#fff;
    margin-bottom: 5px;
    margin-top: 5px;
    }

    #186592
    Travis

    Thanks,

    I used the Simple CSS plugin and added my code and it worked great!

    I used this code:

    hr {
    height: 3px;
    margin-top: 1px;
    margin-bottom: 20px;
    }

    #186602
    Tom
    Lead Developer
    Lead Developer

    Perfect! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.