I’m working on a word-press theme and whenever I add the code below to, it adds 20px space at the top of the website, offsetting the background. I’ve adjusted the CSS but it reflect any changes. Any idea what the problem could be.
<?php wp_head();?>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that the problem is that I”m logged in as an admin and the admin bar way supposed to be covering that space but apparently, it wasn’t showing. I did find out because it only happens when I’m logged in,in the same browser.