Perfect header positioning
-
For my header logo image, (see code below from responsive.css that controls the image), how would I go about nudging the image down just slightly and also nudging it slightly left so that it fits and looks perfectly visually balanced within in the header frame? I am using a custom theme, and do not have access to the developer.
#logo {width: 500px; left: 0; float: left; text-align: center; z-index: 2; height:66px;}
.home #logo {width: 500px; left: 0; float: left; text-align: center; z-index: 2; height:66px;}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Perfect header positioning’ is closed to new replies.