![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Jul 2010
Posts: 7
|
Hi we are a non profit cat rescue and while we have managed to put up a site. For some reason we cannot get out template to fit the screen?
I cannot find the coding anywhere to fix this and am SO not an admitted expert (quite the opposite actually) but as we are none profit we really cannot afford to get it fixed. If you could take a peep and possibly give us a clue where to look/what to do? We would really appreciate it A LOT. thank you tami http://www.alaskacatadoptionteam.org/ |
|
|
|
|
|
#2 |
|
WLC Mod
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,134
|
If you want the site wider, change the width value of #outerWrapper, if you want it centered, then add margin:auto; to #outerWrapper in your CSS.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum. |
|
|
|
|
|
#3 |
|
WLC Member
Join Date: Jul 2010
Posts: 7
|
Change the value to what? Sorry, just learning, so much code so little time lol
|
|
|
|
|
|
#4 |
|
WLC Mod
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,134
|
Somewhere between where it is now, and 980px. Also, add the margin:auto, no matter what.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum. |
|
|
|
|
|
#5 |
|
WLC Member
Join Date: Sep 2010
Location: Netherlands
Posts: 9
|
Like meesa already said:
Code:
#outerWrapper {
background-color: #ffffff;
border-top: solid 5px #ffffff;
margin: 0 auto;
width: 840px;
}
Last edited by meesa; 9th September 10 at 05:07 PM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|