wp_head puts margin on my page
-
Hi;
<?php wp_head(); ?>
This code is putting
<style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style>
into <head> part of my page and I don`t know how can I change it .. I found solution by adding this just after it;
<style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style>
but is there anybody knows why it does like that and/or how can I fix it ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_head puts margin on my page’ is closed to new replies.