Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to make all the pages and posts centered except the homepage?

$
0
0

Replies: 1

I just recently purchased a theme for my blog, but the posts are center aligned when I read them on my phone. I would prefer the content to be left-aligned.

I googled it and then added this CSS code thing to have the content on the left and the title in the center:

* {
    text-align: left;
}
h1.entry-title {
    text-align: center;
}

But it made my homepage left-aligned too. Then I changed the homepage’s alignment with Elementor, but the center option didn’t work.

The content now is left aligned on phone but the homepage is not centered.

Please help me to have the content aligned to the left and keep my homepage in the center at the same time.

Cheers!

  • This topic was modified 8 minutes ago by quethao.

Viewing all articles
Browse latest Browse all 59525

Trending Articles