Forums

[resolved] My header hangs out and I can't seem to fix this (5 posts)

  1. 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.

  2. Shane G
    Member
    Posted 1 month ago #

    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.

  3. brooklynbee
    Member
    Posted 1 month ago #

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

  4. 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;
    	}
  5. brooklynbee
    Member
    Posted 1 month ago #

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

Reply

You must log in to post.

About this Topic

Tags