Home › Forums › CSS › [Solved] ul problems › Reply To: [Solved] ul problems
September 4, 2014 at 2:10 pm
#181712
Member
You added position:fixed
to the top one which takes it out of the document flow so the bottom div treats it as though it wasn’t there.
This is standard behaviour.
A common answer is to add padding-top
to the second div