Solved --> Indent Text below Headlines

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Rupert
Posts: 31
Joined: Sun 27. Nov 2005, 00:59
Location: Frankfurt

Solved --> Indent Text below Headlines

Post by Rupert »

.... I solved it:

In the frontend CSS, its this point. I have only to add a padding (easy, when you now....)

Code: Select all

.articleText { 
padding: 0px 0px 0px 15px;
	margin-bottom: 3px;
	text-align: justify;

The paddings are in this order: top; right; bottom; left




Hello Friends!

sorry for posting so much questions.... and now, I think I have a very silly question:
If you look on this webpage:
http://www.loesungen-erschliessen.de/index.php?konzept

you will see, that there are Headlines, but the Text below the Headlines is not in one line, so I have to indent the text for e.g. 10px.
BUT I didn't found anything in the frontend CSS. If I change there something or in the "Seitenlayout", the whole thing (text + headlines) are indented.

Any (easy :oops: ) idea?

Thank you for your help in advance .... and thank you for your help in all the other questions. I have the feeling, that this forum is very, very friendly and I'm feeling very good here!
Post Reply