changing width on my website (template)

Caporegime
OP
Joined
1 Jun 2006
Posts
33,648
Location
Notts
cheers :cool:

#wrap {
min-width: 650px;
margin: 0 auto;
background: #0D0D0D;
border-color: #800000;
border-style: solid;
border-width: 0 1px 1px;
margin: 0 auto 2px;
width: 98%;


so before i was changing just the top value . do i need to adjust min - width and the bottom width percentage one ?
 
Last edited:
Soldato
Joined
21 Feb 2006
Posts
5,649
Location
Home
cheers :cool:

#wrap {
min-width: 650px;
margin: 0 auto;
background: #0D0D0D;
border-color: #800000;
border-style: solid;
border-width: 0 1px 1px;
margin: 0 auto 2px;
width: 98%;


so before i was changing just the top value . do i need to adjust min - width and the bottom width percentage one ?

No. Keep the 'min-width' as is and only change the 'width'.
 
Back
Top Bottom