To place the “Read More” link on a new line use the below CSS Code Snippet.
Copy the below snippet and go to Appearance > Customize > Additional CSS and past it there.
CSS Code Snippet
.read-more {
display: block;
margin-top: 10px;
}
To place the “Read More” link on a new line use the below CSS Code Snippet.
Copy the below snippet and go to Appearance > Customize > Additional CSS and past it there.
.read-more {
display: block;
margin-top: 10px;
}