ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Text not left-aligned #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. at every posting that i write and contains a new line (by pressing
return) ist not left-aligned at the beginning

What version of the ... are you using?
1. Wordpress: 2.9.2
2. Constructor: Default @Anton Shevchuk- Version 0.2.0
3. Browser: Firefox 3.6 and IE 8
4. OS: Win 7 Ultimate 64bit

What URL of your blog(s)?
1. http://www.simonk.com

You can see a example at my blog, thank you very much.

Original issue reported on code.google.com by kne...@gmail.com on 13 Mar 2010 at 11:39

GoogleCodeExporter commented 9 years ago
Hi, it's not a bug - you can remove text indent with CSS:
.hentry .entry p{
    text-indent:0px !important;
}

For more CSS hacks read FAQ: http://code.google.com/p/wp-constructor/wiki/
ConstructorFaq

Original comment by AntonShe...@gmail.com on 14 Mar 2010 at 8:08

GoogleCodeExporter commented 9 years ago
thank you!

Original comment by kne...@gmail.com on 14 Mar 2010 at 1:21