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? Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.