WordPress Adminbar überlappt Twitter Boostrap Navigation – how to fix
10. Juni 2016 | von Ursula
In diesem Quick Tipp möchte ich euch zeigen, how to fix, wenn die WordPress Adminbar die Twitter Boostrap Navigation überlappt.
Vielleicht ist euch das ja auch schon einmal passiert. Die WordPress Adminbar überlappt die fixed to top Bootstrap Navigation.

WordPress Adminbar überlappt die Navigation
Es stört einfach und ist ärgerlich. Es gibt viele Tipps, aber letztlich hat keiner funktioniert. Allerdings bei mir doch nun einer:
.navbar-fixed-top { top: 0px; } body.admin-bar .navbar-fixed-top { top: 28px !important; }
Tadaa und gleich sieht es so aus:
Gefunden bei wordpress.stackexchange/questions