S
S
smakarov2014-07-31 18:21:31
HTML
smakarov, 2014-07-31 18:21:31

How to fix layout for Firefox and IE?

Hello. There is a problem on the site dus39.ru: in the Firefox browser at the top right, the basket moves a little to the right, and the search input below it is higher than it should be. In IE, only the first problem. Please help me figure it out.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ildar, 2014-07-31
@smakarov

Fix your styles like this:

header .wrapper .header_content {
    display: block;
    height: 95px;
    margin-left: 151px;
    margin-top: 33px;
}

and
header .wrapper .header_content .search {
    display: block;
    margin-left: 11px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question