Copy the theme folder of the prosilver ( ext - crizzo - maxwidthswitch - styles - prosilver - theme )
Create in the style folder a folder ProsilverColor-blinds and paste the copied theme folder
Replace the whole content with the code below
Code: Alles auswählen
#wrap {
max-width: none !important;
margin: 0 0;
}
@media (max-width: 700px) {
#wrap {
margin: 0;
}
}
.wrap_border{
max-width: none !important;
margin: 0 10px;
padding: 10px 8px 8px 8px;
}
@media (max-width: 700px) {
.wrap_border {
margin: 0;
padding: 8px 5px 8px 5px;
}
}
@media (max-width: 700px) {
.forabg, .forumbg, .post, .panel {
border-radius: 0;
margin-left: -10px;
margin-right: -10px;
}
}
Copy the theme folder of the prosilver ( ext - crizzo - maxwidthswitch - styles - prosilver - theme )
Create in the style folder a folder ProsilverColor-blinds_2nd and paste the copied theme folder
Replace the whole content with the code below
Code: Alles auswählen
#wrap {
max-width: none !important;
margin: 0 20px;
}
@media (max-width: 700px) {
#wrap {
margin: 0;
padding: 0 3px;
}
}