How To Change The Width Of The Line Before The Title In Twenty Nineteen

There is a short line before the title of posts and pages. The width of this can be increased.

The default width of the short line before the title:

The default width of the short line changed to 100%:

Where and how to change the width of the short line before the title:

In WordPress Admin > Appearance > Edit CSS.

Enter the CSS code below.

The CSS code:

You can change the width value of 100% to your preferred width.

.entry .entry-title:before {
    /* background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0; */
    width: 100%;
}

Share this:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

>