Home › Forums › CSS › [Solved] Issue with shrinking header › Reply To: [Solved] Issue with shrinking header
July 22, 2014 at 3:20 am
#176136
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.