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