Layout Help for atsugari8
Because this layout wasn't designed for headers I had to make a few changes. I'm going to let you in on what I had to do just so you know.
1. There is a portion of the "new coding" that looks like this...
#page {background-color: #111111;
height: 570px;
border-bottom: #c1c1c1 3px solid}
.content-inner {background:transparent;}
It used to have a background image that wouldn't adjust to allow a image in the black area at the top but since the image was just color I replaced it with color coding. An image that is small will require you to change the height in this portion of the coding.
2. Towards the bottom of the "new" coding you will find...
/*****HEADER IMAGE*****/
#page .layout .header
{
background: url(http://i713.photobucket.com/albums/ww134/kiraatsumyst05/atsugari08resized900.jpg) top center no-repeat;
padding-top: 440px;
}
This is for the header image and wasn't too hard to add. You image is 900 x 450 but I put 440 here because the header had too much extra space between it and the links. A new image will require you change the padding-top to your desired amount (similar if not the same height as your image).
3. The adjusted coding:
1. There is a portion of the "new coding" that looks like this...
#page {background-color: #111111;
height: 570px;
border-bottom: #c1c1c1 3px solid}
.content-inner {background:transparent;}
It used to have a background image that wouldn't adjust to allow a image in the black area at the top but since the image was just color I replaced it with color coding. An image that is small will require you to change the height in this portion of the coding.
2. Towards the bottom of the "new" coding you will find...
/*****HEADER IMAGE*****/
#page .layout .header
{
background: url(http://i713.photobucket.com/albums/ww134/kiraatsumyst05/atsugari08resized900.jpg) top center no-repeat;
padding-top: 440px;
}
This is for the header image and wasn't too hard to add. You image is 900 x 450 but I put 440 here because the header had too much extra space between it and the links. A new image will require you change the padding-top to your desired amount (similar if not the same height as your image).
3. The adjusted coding:
