I am in the process of building three websites for someone and I've had a problem with the header on every one of them. With help here, I have gotten two of them (Heel N Sole; Global Experts Real Estate) to display correctly using the following code:
.logo {
float:left;
margin:0px 0 0 -20px;
border:none;
On the third website (Advanced Weight Loss of West Plains) the only way I can get the header to display fully is to use the following code:
.logo {
float:left;
margin:198px 0 0 1592px;
border:none;
Building these pages has been a learning experience for me. However, I'm at a loss why the third website isn't responding correctly.
Help!!!
Thanks!
Kevin