Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Trouble With Content Being Pushed Down on RWD Reply To: Trouble With Content Being Pushed Down on RWD

#151798
Paulie_D
Member

I’m guessing that its the background:contain scaling the image.

It will maintain the proportions of the image correctly but what it won’t (and can’t) do is change the height of the header which is set, in this case, by a min-height.

For instance at, 400px wide the image height will only be c50px tall…which is less than 7.375em I’m guessing and lets the bg color of the body show through.

At this point, I think the only option using the current methodology is JS.