I have added wp_head() to head part because plugins require that but when I update any part of the blog in wp-admin blog it automatically adds following new css part inside head
<style type="text/css" media="screen">
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style>
When I delete path cookies it disappears. Why this happens and how to solve it?
It’s the admin bar. You can remove it if you wish. In your functions.php, place: