Pages

Thursday, August 25, 2011

How To Center The Header Image

A simple way  to make the Header Image in center.

Edit your HTML, note this code :

#header-inner { background-position: center;  margin-left: auto; margin-right: auto;}

To make it on the Left, note this code :

#header-inner { background-position: left;  margin-right: auto;}

To make it on the Right, note this code :

#header-inner { background-position: rigt; margin-left: auto;}






0 comments:

Post a Comment