Candy PHPBB style 3.0.7
Posted: 18 Jun 2010, 14:29
Autor: Happy
Based: subSilver2
Versiunea: 3.0.7
Password Arhive: http://www.mindfreak.ro
Buttons for Englesh and romanian
Download : CAndy.zip Download
If you want the theme to be fluid (ie either full screen) will need to modify the css line (# wrapcentre
Replace in
Based: subSilver2
Versiunea: 3.0.7
Password Arhive: http://www.mindfreak.ro
Buttons for Englesh and romanian
Download : CAndy.zip Download
If you want the theme to be fluid (ie either full screen) will need to modify the css line (# wrapcentre
Code: Select all
#wrapcentre {
margin: 15px 25px 0 25px;
margin-left:auto;
margin-right:auto;
width:990px;
}
Replace in
Code: Select all
#wrapcentre {
margin: 15px 25px 0 25px;
margin-left:auto;
margin-right:auto;
width:98%;
}