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%; }
Leave a Reply