Jump to content
WebFlake
  • 1

How to change the width of a skin?


Guest Soulrez

Question

4 answers to this question

Recommended Posts

  • 2

AdminCP > Look & Feel > [your skin] -> CSS -> ipb_styles.css

 

Find

.wrapper{
    margin: 0 auto;
    min-width: 90%;
    max-width: 95%;
    width: 100%; /* HERE */
}
Or something like that.

 

That actually depends on the skin and use a wrapper.

Skins based on the default skin would use this:

.main_width, .content {
margin: 0 auto;
/* Uncomment for fixed */
/*width: 980px;*/
/* Fluid */
width: 87% !important;
min-width: 960px;
}
  • Upvote 2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...