How To Change The Width Of The Line Before Footer Widget Titles In Twenty Nineteen

There is a short line before the footer widget titles. The width of this line can be increased.

The default width of the short line before the footer widget titles:

The width of the short line changed to 100%:

Where and how to change the width of the short line before the footer widget titles:

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.

h1:not(.site-title):before, h2:before {
    /* background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0; */
    width: 100%;
}

Share this:

Subscribe for updates

Enter your email address below. I’ll send you updates & news to your email address. You can unsubscribe at any time.


Posted

in

by


Comments

Leave a Reply

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

>