Almost impossible to help without a link to the site.
Thread Starter
Lazign
(@lazign)
Ooops sorry I thougnt I’ve have linked it…
Here you go:
http://teknik.site90.com/
In your style.css file, it’s this line that’s doing it:
#featured {background: url(images/featured-bg.png) no-repeat; height: 401px; margin-bottom: -5px; position: relative; margin-left: -2px; padding-top: 5px; padding-left: 11px;}
Change the height on your #featured div to about 220px like this:
#featured {background: url(images/featured-bg.png) no-repeat; height: 220px; margin-bottom: -5px; position: relative; margin-left: -2px; padding-top: 5px; padding-left: 11px;}
Thread Starter
Lazign
(@lazign)
Wow! Thanks that was perfect :)Hope I can learn more about css so I can help people too!