• Resolved jmckiernan86

    (@jmckiernan86)


    I’m having a problem with my background image. the background image should not continue into the header but i cant figure out how to fix it. I don’t think the problem is in the css. the site is farmersagentsandiego.com. thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    i do think the problem is in the css.

    one way to to change it, is to add a background-color to #header in style.css:

    #header {
    	height: 100px;
    	padding: 0px 15px 0px 20px;
    	margin: 0px;
    	border-bottom: 1px solid #EEE;
    	color: #FFF;
            background-color: #fff;
    }

    a possible alternative is to change the html structure of the site, to have the div #header first, and start the div #page after – but even this will need some adjustment to css.

    Thread Starter jmckiernan86

    (@jmckiernan86)

    thank you so much. it worked! i could have sworn i tried that already but i guess not. thanks again!

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