Home › Forums › Pro Support › How to add custom icon on blog archive? › Reply To: How to add custom icon on blog archive?
November 29, 2018 at 6:53 pm
#6738
Keymaster
1. Try this:
.wp-show-posts-entry-meta {
display: flex;
}
.wp-show-posts-posted-on {
order: -1;
}
2. This should do it:
.wp-show-posts-inner > *:not(.wp-show-posts-image) {
padding: 10px;
}
3. Looks like you got it centered?