Garden header sets above the dirt line in the grass area
I am using the garden theme. I noticed that the actual header the dirt in the header sets outside the color of the body color. I tried dropping the header in the css down from top center to bottom center witch fixes it but it also creates a footer issue where the header doubles and is at the bottom in the footer area. What can i do to fix this.
djsparks - 3:14pm, 16 February 2010
I fixed the issue it was in the container in the css
#container {
background:url('head.jpg') no-repeat middle center;
width:780px;
margin:-20px auto 0 auto;
padding:0;
Instead of no-repeat top center;
I replaced with middle center witch dropped it where it lines up with body color.
djsparks - 3:53pm, 16 February 2010
Submit a post to this topic
You are not logged in.