I need help with...

Started by Afro Samurai, September 14, 2009, 09:05:17 PM

Previous topic - Next topic

Afro Samurai

I need help changeing the witd of a skin so it can fit the playstation portable becasue most of my users use them to get on I want to base the skin off over view light anyone know how to do it

shadow82x

#1
What theme are you using? Changing the theme to a fluid width (done by percents) should fix this issue.

If your using the default (core) theme or a similar theme take a look at:
How do I set the forum width?
Colin B
Former Spammer, Customize, & Support Team Member

Afro Samurai

I want to use the over view light skin

shadow82x

In ./Themes/overviewlight/style.css

Code (find) Select
#container {
    width: 950px;
    margin: 0px auto 20px auto;
}

Code (Make it) Select
#container {
    width: 90%;
    margin: 0px auto 20px auto;
}


Than you may adjust the 90% to whatever you want.
Colin B
Former Spammer, Customize, & Support Team Member

Afro Samurai


Advertisement: