Positioning Header Image
-
My blog’s address is https://www.LittleIndianConstruction.com.
I have added an image to my header by adding the following to style.css
style/css.title-img {
padding-top:100px;
margin-right:0px;
margin-left:240px;
display:block;}
I’m displaying the image by inserting the following in header.php
<div class=”title-img”><img src=”https://littleindianconstruction.com/wordpress/wp-content/uploads/2010/01/sun.gif” /></div>
My problem is that inserting the image has pushed the title down on the page. I would like to add the image without changing the space between the title and the top of the page.
Is there something I’m doing wrong here? Or is there a better way to accomplish my objective?
- The topic ‘Positioning Header Image’ is closed to new replies.