Reply To: Header Vs. Logo and content scrolling issues

Home Forums Support Header Vs. Logo and content scrolling issues Reply To: Header Vs. Logo and content scrolling issues

Home Forums Support Header Vs. Logo and content scrolling issues Reply To: Header Vs. Logo and content scrolling issues

#153652
Tom
Lead Developer
Lead Developer

I’m pretty sure the only way to avoid this is to make your entire header a static image (not a background image) and then remove the margin-top CSS creating the space currently.

That will make it so the height of the static header dictates the height, and will be reponsive.

Currently, the height is dictated by the margin-top CSS, which doesn’t change even when the screen size changes.