The wpadminbar was made fixed in small view, causing it to overlap
and cause a white area at the top of the page. Keeping it static
instead should solve both problems.
#footer_address span.bullet, #copyright span.bullet {
display: none !important; } }
+@media screen and (max-width: 600px) {
+ body #wpadminbar {
+ position: fixed; }
+ }
+
#example.element {
background-color: transparent; }
//10. Links
//11. Footer
//12. Copyright
-
+@media screen and (max-width: 600px) {
+ body #wpadminbar {
+ position: fixed;
+ }
+}
#example.element {
background-color: transparent;
}