Fixierte Breite beim Style subsilver2
Verfasst: 15.02.2008 12:44
Fixed subsilver2
Für subsilver2 :
Öffne die Datei stylesheet.css im Ordner styles/subsilver2/theme
SUCHE:
ERSETZE MIT:
Dies setzt die Breite des Styles subsilver2 auf einen Wert von 850 Pixel.
Für subsilver2 :
Öffne die Datei stylesheet.css im Ordner styles/subsilver2/theme
SUCHE:
Code: Alles auswählen
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 15px 25px 0 25px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
Code: Alles auswählen
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0 20px;
min-width: 650px;
width: 850px;
margin: 0 auto;
}
#wrapcentre {
padding: 0 20px;
min-width: 650px;
width: 850px;
margin: 0 auto;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
padding: 0 20px;
min-width: 650px;
width: 850px;
margin: 0 auto;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}