Das Design wird vollkommen über CSS bestimmt, somit kannst du es auch einfach anpassen. Auf meiner Seite verwende ich eine leicht abgeänderte Version der im Modul verankerten CSS - Styles.
HTML-Code:
/* Last Articles Module */
.article_body {
background: #D9D9D9;
width:270px;
}
.article_title {
float:left;
font-weight: 700;
color: #FFFFFF;
background-color: #2352A9;
width: 85px;
text-align: center;
}
.article_date_text {
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: 500;
color: #333333;
width: 110px;
background: #E6E6E6;
text-align:right;
margin-top: 1px;
}
.article_date {
font-size: 10px;
font-weight: 500;
background: #666666;
color: #FFFFFF;
text-align: center;
}
.article_break {
clear:both;
border-left: 1px solid #666666;
background: #D9D9D9;
}
.article_content {
float: left;
padding: 1px 0px 1px 1px;
color: #2352A9;
width: 184px;
}
.article_content ul {
padding: 0px 1px 0px 1px;
margin: 0px;
}
.article_content ul li {
font-weight: 500;
list-style-type: none;
padding: 0px 0px 0px 1px;
border-bottom: 1px solid #CCC;
}
img.article_image {
border: 1px solid #A3A59A;
}
.article_no_image {
width: 80px;
height: 60px;
}
Diese erzeugen keine Großen Abstand, du kannst ja mal diese Sytles in deine template_css kopieren und das Modul auf 'CSS-Datei verwenden' stellen. Das sollte dann etwas besser aussehen.
Gruß Sascha
Lesezeichen