How to left align text and featured image in your post?
-
Use custom CSS to add the following:
.archive-classic .post-image,
.archive .entry-header,
.archive-classic .entry-content,
.archive-classic .entry-footer {
text-align: left;
}
.archive.archive-classic .entry-title a::after {
left: 0;
margin-left: 0;
}
- The topic ‘How to left align text and featured image in your post?’ is closed to new replies.