how can i exceed my forum length

Started by faisaljee, January 17, 2011, 02:07:58 PM

Previous topic - Next topic

faisaljee

how can i exceed my forum length
plz HElp ME

DavidCT

I think you mean WIDTH based on the red squiggles on the sides, make it wider?

Open Themes/default/style.css, find BODY, and change padding


/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;
}


padding: 5px 5px 5px 5px; /* TOP LEFT BOTTOM RIGHT */

or you can even remove the line completely to have no padding at all.

After you save it to the server you'll need to F5 refresh your browser to recache it.

MrPhil

The picture shows far more than 5 pixels of padding. I suspect it's a matter of a fixed width body which is centered in the browser via "auto" left and right margins. If the BODY is of fixed width (e.g., 800px), consider changing it to a percentage (e.g., 97%).

faisaljee


Illori

this might be slightly better off in the graphics/templates board, also you have not directly stated which theme you are using and if you have made any changes to that theme.

Advertisement: