Here is a screenshot of the problem:
Chrome/Firefox.
An unexpected margin appears above the breadcrumb. If you look at other pages on the website, you will see breadcrumb correctly positioned.
Any idea what’s causing it?
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.
Found the solution. I was using Notepad++ and changed from ANSI encoding to UTF-8 for support of foreign characters. But that seems to have messed everything up. Switched it from “UTF-8 without BOM” back to Ansi, and it removed all the unexpected whitespaces which were causing the margin.