Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #547766

    Hi,
    Could you tell me first how to get the title of the first post on my home page to align left with no indent. And also how to get my post headings to align left (instead of centered as they are now).

    thanks!
    Shelley

    #547810

    Hi rhinocorp!

    Please add the following to your CSS

    #top .fullsize .template-blog .post-title {
    text-align: left !important;
    max-width: 100% !important;
    margin: 0px !important;
    }

    let us know if that worked properly.

    Regards,
    Basilis

    #548210

    perfect thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘H1 indent on home page’ is closed to new replies.