• Hi,

    I’ve been working for a while on a new theme for my website and for some reason, the page template only – doesn’t want to render properly.

    The background image of the content isn’t lining up with the top image, you can see what I mean here: https://www.mafiakitty.com/portfolio/

    Any idea why this is happening? Using the same code for posts, etc and all seems to look OK. I’ve just upgraded automatically to the new WordPress, do you think that would have anything to do with it?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css

    .boxtop2{
    		display:block;
    		width:607px;
    		background-position:left top;
    		background-repeat:no-repeat;
    		background-image:url(img/top.png);
    	}

    change the width to 618px.

    Thread Starter jennifer420

    (@jennifer420)

    O jeez, figures I missed something simple ~`

    Thank you kindly for taking the time to have a look at this for me. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background image not lining up properly ~`’ is closed to new replies.