Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186311

    When I use the small blog posts with sidebar, the blog headers are centered and look good. When I remove the sidebar, which is what I want, the headers become centered. I would like them to stay left aligned without having to use the quote format. How can I do this?
    http://www.detroisrecords.com/
    Also, the blog posting data “08 Nov 2013/0 Comments/in Uncategorized /by admin” is front and center which I don’t like. How can I move it to below the post in a smaller font?
    Thanks!

    #186392

    Hey seelyjen!

    You can add this on your custom.css or Quick CSS:

    #top .fullsize .template-blog .post .entry-content > * {
    text-align: left;
    }

    You can use this to modify the meta info:

    .post-meta-infos {
    font-size: 10px;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Center Blog titles, Shift Blog Post data to bottom’ is closed to new replies.