codemonkey613
codemonkey613

Reputation: 998

Firefox/Chrome - unexpected margin?

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?

Upvotes: 1

Views: 535

Answers (2)

codemonkey613
codemonkey613

Reputation: 998

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.

Upvotes: 1

Asinox
Asinox

Reputation: 6865

try to comment this and test:

margin:5px 0px;

Upvotes: 0

Related Questions