justinede Posted January 24, 2009 Share Posted January 24, 2009 Hello, Recently, I made my website temple for wordpress. My template can be seen here (http://justinledelson.com) Here is it for wordpress (http://justinledelson.com/wordpress/). As you can see, my container didnt stretch to fit all my posts. I think this is because the posts are put there just by a simple php tag and the css dosnt know how long to stretch. here is my container css: #container { background:url(images/background_main.jpg) no-repeat; min-height:800px; height:auto !important; width:1000px; position:relative; } I am aware that if i make the min-height more, it will fit. But I want the container to stretch with the Wordpress posts. Any Help? Link to comment https://forums.phpfreaks.com/topic/142264-cant-get-container-to-stretch-with-wordpress/ Share on other sites More sharing options...
bronzemonkey Posted January 25, 2009 Share Posted January 25, 2009 Isn't that the exact same design as in a PSD/NETTUTS article? What was the license on the design in that article? Link to comment https://forums.phpfreaks.com/topic/142264-cant-get-container-to-stretch-with-wordpress/#findComment-745678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.