• Resolved russtalavista

    (@russtalavista)


    hello,

    for my blog style, I chose “Top Featured Image with Right Sidebar”
    (view site here
    Is there a way for the post titles to be centered in the page and not left aligned? (iwas already able to accomplish this on the singles page post)

    many thanks as always.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Absolutely….do this:

    .blog .entry-header {
        text-align: center;
    }

    ….and seriously, the photo of the burger just made me hungry. I’m heading out to get one!

    • This reply was modified 7 years, 9 months ago by Shaped Pixels.
    Thread Starter russtalavista

    (@russtalavista)

    hahaha. it’s a good day for a burger!
    that worked! thank you.

    a couple of follow up questions also:

    a) how do I center the “read more” button and blog summary on the same page?
    b) how (or where) do I tweak the p tags on the blog posts (like changing the font size and line spacing from double to single space)

    thank you very much! I really appreciate it.

    • This reply was modified 7 years, 9 months ago by russtalavista.
    Theme Author Shaped Pixels

    (@shaped-pixels)

    Read More:

    .blog p.more-link-wrapper {
        text-align: center;
    }

    As for modifying the <p> tags for the blog home (where summaries are shown), anything you change, start with the class: .blog

    .blog .entry-content p {
    do what you want here
    }
    Thread Starter russtalavista

    (@russtalavista)

    thank you very much!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘centering post titles on blog page’ is closed to new replies.