brooklynbee
Member
Posted 1 month ago #
I tried editing the width of my header in the Stylesheet and there is no border set in the header.php file - why does my header seem to hang out over the rest of the blog? I have never been able to properly resolve this. Any advice is appreciated.
Forgot to include my URL - http://www.menandcats.com.
Hi,
Whenever you face any issue to wordpress page load then there may be a chance of word document code added. It is generally due to copy contents from word document and paste it in wordpress editor. By default code added should be:
<!--[if gte mso 9]> <w :WordDocument> ...
Once we remove this code from the post/page wordpress should work fine.
Thanks,
Shane G.
brooklynbee
Member
Posted 1 month ago #
Where would I find that bit of code? I didn't see it in the stylesheet.
alchymyth
Member
Posted 1 month ago #
try this: find this in the style.css:
#header {
background-color: #73a0c5;
margin: 0 0 0 1px;
padding: 0;
height: 200px;
width: 758px;
}
and change it into:
#header {
background-color: #73a0c5;
margin: 0 0 0 10px;
padding: 0;
height: 192px;
width: 740px;
}
brooklynbee
Member
Posted 1 month ago #
That worked!!! Thank you! I was editing the wrong #header.