• Resolved brooklynbee

    (@brooklynbee)


    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 – https://www.menandcats.com.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter brooklynbee

    (@brooklynbee)

    Where would I find that bit of code? I didn’t see it in the stylesheet.

    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;
    	}

    Thread Starter brooklynbee

    (@brooklynbee)

    That worked!!! Thank you! I was editing the wrong #header.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My header hangs out and I can’t seem to fix this’ is closed to new replies.