Container Background Color Height Not Going to Footer
-
I couldn’t get the background color to fill the whole id=”container” so I used min-height so that the content would have a background on every page. Some of these pages have a lot of extra white space at the bottom of the content though while others not enough space because of this work around. Blog posts are being added though and so I need the height to be automatically determined in order to have it always work.
So on this page the min-height works fine https://www.douseit.com/directions-for-use/
On this page the min-height adds a little too much height to the page https://www.douseit.com/contact-us/
And then on a blog post it doesn’t work properly https://www.douseit.com/you-can-help-prevent-wildfires-and-reduce-litter/
I’ve tried so many variations of CSS to make this work and I feel like I’m missing something obvious. Any ideas?
- The topic ‘Container Background Color Height Not Going to Footer’ is closed to new replies.