• Resolved yaryman

    (@yaryman)


    Hello,
    I am not using any of the widgets, so the posts to the blog are centered. I am able to center the text/photos when I create the post, I haven’t been able to figure out how to center the title of the post.

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello yaryman,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

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

    Hope this will helps you.

    Thanks.

    Thread Starter yaryman

    (@yaryman)

    Thanks so much. Worked perfectly.
    I will push my luck and ask one more question.
    In all the posts, the admin name is displayed. Can this be removed?
    In the mobile posts, it takes up an extra line, while on full sized screen it’s on the
    same line as the date. I don’t think most people care about who made the post, but
    they care about extra text that serves very little purpose.

    Thanks again, and happy holidays.

    Hi @yaryman

    The easiest solution is to remove that using CSS:

    .posted-author {
       display: none;
    }

    Evan

    Thread Starter yaryman

    (@yaryman)

    Evan,
    Thanks so much. That did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center Posts Title’ is closed to new replies.