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
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
perfect thanks!