CSS/HTML – <div> not expanding with content
-
Hey All,
Let me start by by saying thanks for any help, I’m tearing my hair out.
Ok, so, this seems like a fairly easy problem to solve but I just cant seem to find out where the damn code is.
The website is … https://www.nickwood.ca
CSS File is … https://www.nickwood.ca/wp-content/themes/overstand_en/style.cssThis being my first attempt at using WordPress I’m tearing apart an existing template, the Overstand theme. There’s a bunch of code in the CSS file I’m not using right now so please excuse the mess. I’m not completely new to CSS though it certainly feels like it today.
I’m trying to have the various content blocks just stretch with the content applied to it. My understanding this is what div’s should be doing by default. This is however not what is happening. There’s a ‘min-height: 400px;’ property applied to the ‘headlinefull’ div, which is the div that is not expanding.
So basically, I need the ‘headlinefull’ div to expand with the content placed in it.
- The topic ‘CSS/HTML – <div> not expanding with content’ is closed to new replies.