D
D
Deodatuss2014-12-06 12:22:52
css
Deodatuss, 2014-12-06 12:22:52

How to remove cryptic indentation in firefox?

In general, there was an indent at the very beginning of the page. And it only exists in FF. Other browsers display normally. Styles have been reset. Can anyone come across a similar phenomenon?
71ceff7a9db44ad6b2176ffeb8e495bc.PNG
So I flooded the site: tyts
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2014-12-06
@Deodatuss

#firstBlock {
    margin: 75px auto 0px;
}

Change to
#firstBlock {
    margin: 0px auto 0px;
    padding-top:75px
}

C
Cyapa, 2014-12-06
@Cyapa

the margin of sibling elements is equal to the largest margin of those elements.
Try replacing it with padding for firstBlock.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question