{"id":55,"date":"2014-05-28T17:22:32","date_gmt":"2014-05-28T17:22:32","guid":{"rendered":"http:\/\/localhost\/__sites\/3d_blog\/?p=55"},"modified":"2014-05-29T15:29:02","modified_gmt":"2014-05-29T15:29:02","slug":"wordpress-remove-admin-bar-top-margin","status":"publish","type":"post","link":"https:\/\/blog.silverterra.net\/?p=55","title":{"rendered":"wordpress remove admin bar top margin"},"content":{"rendered":"<p>After exit from admin mode I&#8217;ve reaized that the page have an unwanted top margin. The reason is in the the admin-bar.php file<\/p>\n<p><code data-enlighter-language=\"php\" class=\"EnlighterJSRAW\"><\/code><br \/>\nfunction _admin_bar_bump_cb() { ?><\/p>\n<style type=\"text\/css\" media=\"screen\">\n\thtml { margin-top: 32px !important; }\n\t* html body { margin-top: 32px !important; }\n\t@media screen and ( max-width: 782px ) {\n\t\thtml { margin-top: 46px !important; }\n\t\t* html body { margin-top: 46px !important; }\n\t}\n<\/style>\n<p><?php\n}\n[\/php]\n\nI've changed it\n[php highlight=\"3,4\"]\nfunction _admin_bar_bump_cb() { ?><\/p>\n<style type=\"text\/css\" media=\"screen\">\n\thtml { margin-top: 0px !important; }\n\t* html body { margin-top: 0px !important; }\n\t@media screen and ( max-width: 782px ) {\n\t\thtml { margin-top: 46px !important; }\n\t\t* html body { margin-top: 46px !important; }\n\t}\n<\/style>\n<p><?php\n}\n[\/php]\n\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>After exit from admin mode I&#8217;ve reaized that the page have an unwanted top margin. The reason is in the the admin-bar.php file function _admin_bar_bump_cb() { ?><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-55","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"_links":{"self":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/55","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=55"}],"version-history":[{"count":4,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/55\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/55\/revisions\/120"}],"wp:attachment":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=55"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=55"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=55"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}