• Resolved narayan82

    (@narayan82)


    My new word press site has a customized template/theme. But my banner does not align with the rest of the template in some computers.

    The banner is embedded in the Background Image file. On some machines with Firefox it loads fine, but on others it misaligns. Screen show examples are here :http://www.sportslaw.in/problem.jpg

    Any suggestions why this happens and how I may resolve it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to set the body background position to ‘center top’

    body {
    	text-align: center;
    	font: 11px Arial;
    	color: #000;
    	background: url(images/body.jpg) repeat-x center top;
    background-color: #000;
    }

    Thread Starter narayan82

    (@narayan82)

    thank you.

    works perfect!

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