css - Having trouble getting div to stretch to footer in Wordpress -


site www.greenaustralia.net.au

underneath slideshow have div area houses 4 seperate div layers inline. i'm having trouble getting parent div stretch down bottom of page.

any appreciated, thanks.

.site-extra { padding: 20px 0 0 0; background: #ccd1b6; width: 100%; height: 100%; } 

move the:

<div id="extra" class="container site-extra extra-four"></div> 

inside of footer tag

<footer id="colophon" class="site-footer" role="contentinfo">     <div id="extra" class="container site-extra extra-four">...</div>     <div class="clearfix container">     ....     </div> </footer> 

hope help


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -