How to center the title, content and Image on blog post

Hello community,

I want title, content and, image to be on the center of the page like in these screenshots

The problem is I can make the paragraphs in the center of the page but not like in those screenshots.

I have used this CSS code to get the title and heading in the center

.entry-content h2, h1 {
text-align: center;
}
h1.entry-title {
font-weight: bold;
}

Can anyone solve this issue.

Hey there

Please provide a direct link to the page where you want to have this

Hello,

I got it to work out the way I wanted,

And

I appreciate your help.

Thank you for updating :slight_smile:

Case closed