Archived topic
Blog Post layout
5 replies · Started by _blank on April 3, 2021
Hi,
I want to put my title and post meta at the center,
In this position -
Title
Published by Name on Date
Featured Image
Example image - https://ibb.co/M897Mpf
Please let me know how can i put it in center.
Thank you
Hi there,
try this CSS:
.single-post .entry-meta {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Hi, This works
But i also want my title to be assigned to the center.
Please let me know how can i do that
Your title is aligned to the center currently, have you figured it out already?
Hi,
Actually it is not aligned to center.
Since the title is small it looks as if it is in center but when I check it in mobile version it is not at the center.
Add this CSS then:
.single h1.entry-title {
text-align: center;
}