Forums

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

Home Forums CSS [Solved] Issue with shrinking header Reply To: [Solved] Issue with shrinking header

#176136
Paulie_D
Member

You would need to adjust the margin every time the header changes height whether this due to a media query OR a JS event.

As this happens on the scroll due to a JS event you would need to add another change into the JS function to adjust it accordingly.