I have been trying to fix this problem for hours now. Everything looks great on my monitor, but when viewing it in other monitors, the header has been cut off. I tried to edit the header.php but it didn't work, so I put in the following code:
#logoWrapper{
background-image: url(../images/header2.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
width: 100%;
height:281px;
}
The only way I could get the image to display correctly in the header is with the 100%. On my computer, it is fine. On others, it is completely chopped off.
Please take a look and see if you can help me fix this.
http://theprissypantsbowtique.com
I am also trying to get rid of the space between the bottom of my header and the wrapper. I want it to be all black. I do not want to see the background between them.
Thank you in advance.
Jenn



