ich hab ein Problem mit den Margins für die Artikeltitel sowie den Artikel Untertitel. Ich würde diese mit Margins im CSS File anpassen. Alles was ich aber verändern kann ist der Leftmargin. Margin-right, margin-top, margin-bottom funktionieren nicht.
Hier der CSS Code für den Artikel Titel:
Code: Select all
/* Artikel Titel */
.contentHead
{
color: #2F4F4F;
font-size: 13px;
font-family: Verdana, sans-serif;
margin-left: 0px;
margin-right: 0px
margin-top: 10px;
margin-top: 10px;
Danke im Voraus!
Hi there,
i'd like to change the spaces betwen article title and article subtitles with margins in the css file. But all whats working out is the left-margin. Any Ideas what im doing wrong, can't get that working. Code sample of my css tag above...
Thanks for any help!
Florian