Forums

Header alignment is shifted (3 posts)

  1. Shea
    Member
    Posted 2 years ago #

    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.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    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)

  3. Shea
    Member
    Posted 2 years ago #

    Thank you so much. I knew it had to be pretty simple, but I'm still a novice with this. :-)

Topic Closed

This topic has been closed to new replies.

About this Topic