Site logo

Archived topic

How to move date on right side on post page?

1 reply · Started by Data on August 23, 2020

Viewing posts 1–2 of 2

how to right align date on post page?

Hi there,

try this CSS:

.single-post .entry-meta {
    text-align: right;
}
This archived topic is closed to new replies.