[Resolved] Adding a line divider under the post/page title

Home Forums Support [Resolved] Adding a line divider under the post/page title

Home Forums Support Adding a line divider under the post/page title

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #843172
    Ighty

    Is it possible to add a line below the title that divide the title from the page content?
    I can do it placing a divider before adding the content, but I’d like to have something that I can change on the whole website at once.

    And if it’s possible how to change the width if I want it to be from side to side or with some padding?

    #843199
    David
    Staff
    Customer Support

    Hi there,

    this CSS will place a border below the title and the width of the content:

    .page .entry-header {
        padding-bottom: 0.5em;
        border-bottom: 1px solid;
    }

    Making it extend the fullwidth of the browser would be a lot more tricky….

    #843551
    Ighty

    Thanks. That’s perfect.

    #843560
    David
    Staff
    Customer Support

    Glad to be of help

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