• Resolved quethao

    (@quethao)


    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 2 years, 10 months ago by quethao.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make all the pages and posts centered except the homepage?’ is closed to new replies.