• Shea

    (@shea-wordpressorg)


    I created a new header graphic and simply renamed it to match the existing header so that I wouldn’t have to change any code. However, the graphic is now shifted to the right and down. How do I shift it back into its proper position?

    My site is here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I created a new header graphic and simply renamed it to match the existing header so that I wouldn’t have to change any code.

    really?
    is the graphic the same size than the one it replaced?

    Does Jack Canfield not teach to take full responsibility for one’s action? lol

    you can get it back into shape (without any border around the header graphic) by adjusting the style.css to:

    #header {
    	height: 108px;
    	padding-top:0px;
        background: #fff url(images/header-background.png) top left repeat-x;
    	}

    and

    .logoimg {
        margin: 0 0 0 0px;
        }

    (height, padding and margin changed)

    Thread Starter Shea

    (@shea-wordpressorg)

    Thank you so much. I knew it had to be pretty simple, but I’m still a novice with this. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header alignment is shifted’ is closed to new replies.