We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to add custom icon on blog archive? Reply To: How to add custom icon on blog archive?

#6738
Tom
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?