Is there a ready-made fix to make the admin bar not obscure content?
Upon closer inspection, I found out that WordPress already does try to move everything that would be obscured further down. The problem is elements that have been positioned using position: fixed or position: absolute. What I ended up doing is adding separate CSS rules for those that apply only when the admin-bar class is set … Read more