Site logo

Archived topic

Blog Post layout

5 replies · Started by _blank on April 3, 2021

Viewing posts 1–6 of 6

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, 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;
}
This archived topic is closed to new replies.