Jump to content

cant get container to stretch with WordPress


justinede

Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.