
Download,
http://www.phpbbhq.com/?p=16

#wrap {
padding: 0 20px;
min-width: 650px;
width: 760px;
margin: 0 auto;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
background-color: #cee6f3;
background-image: url('./images/bg.gif');
background-repeat: repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
padding: 0 20px;
margin: 15px auto;
min-width: 650px;
width: 934px;
}ChaosBurnt wrote:VistaX/templates/overall_header.html
find:
<table width="
there will be a % value, most likely 100%
Replace the percentage value with 95%
ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we![]()
No-one has to try to help you!
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0;
width:100%; <--------the width of the forum.
margin: 0 auto;
}
width: 934px;width: 95%;endomilik wrote:ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we![]()
No-one has to try to help you!
Sorry but im not that dumb.
based on subsilver2 to change the forum width.
u have to go to edit /Theme/stylesheet.css
- Code: Select all
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0;
width:100%; <--------the width of the forum.
margin: 0 auto;
}
that how it is.
100% <- (%) mean it will auto resize itself based on the resolution of the desktop. it doesn't make the same as px.
u want me to change 100% on overall_header.html to 95% which is the default is already 100%. ur making it more smaller the width.
just to make it more understandable to u
Change the forum width to 100%. I try to change 934 width to 100% but it game me a error due to image on header only goes up to 934px width.
that picture might help. how to change forum width.
ChaosBurnt wrote:You're still being very impolite, my statement remains correct, that is how I control forum width on the style I personally design.
However, having just downloaded the style .zip and having looked at the .css file I can see why you're so stumped. In your .css file find all of the
- Code: Select all
width: 934px;
and replace with:
- Code: Select all
width: 95%;
This should then give you the effect you seek.

Return to [3.0.x] Styles in Development
Users browsing this forum: No registered users and 12 guests