Hey,
I want the headline of the blog post element to be align to the left.
http://www.airlinestaffrates.com
What code shall I add?
Thanks
Charlotte
Hi Charlotte!
Please add following code to Quick CSS
#top .fullsize .template-blog .post-title { text-align: left; }
#top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 0; }
Cheers!
Yigit
Thanks :)