Abstand Artikeltitel / Artikeltext

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
erschaup
Posts: 29
Joined: Thu 9. Sep 2004, 10:29

Abstand Artikeltitel / Artikeltext

Post by erschaup »

Hallo

In welcher Variable wird denn der Abstand von Artkeltitel bis zum ersten Artikeltext festgelegt. Da ich keinen Schlagtext benutzte, habe ich hier einen so großen Abstand den ich gerne etwas kleiner gestalten würde.

Edgar
Pappnase

Post by Pappnase »

hallo

schau mal bitte in die frontend.css

Code: Select all

.articleHead, .articleList_tophead, h1, h2 {
	font-weight: bold;
	font-size: 21px;
	font-family: "Arial Narrow", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #6D7983;
	line-height: 110%;
	margin-bottom: 0px;
Post Reply