Zero108 Posted September 30, 2018 Share Posted September 30, 2018 (edited) Как убрать указанный стрелками отступ в IE 11 - в custom.css или еще где-то? Edited September 30, 2018 by Zero108 Link to comment Share on other sites More sharing options...
newbie Posted October 1, 2018 Share Posted October 1, 2018 У Вас в custom.css есть@media screen and (min-width: 980px) #elUserNav { display: flex!important; align-items: center; position: static; flex-shrink: 0; }и #elUserNav { position: static; } Виноватposition: static; Link to comment Share on other sites More sharing options...
Zero108 Posted October 1, 2018 Author Share Posted October 1, 2018 Подскажите, это нужно убрать или что-то из этого следует заменить? Я не совсем понял. Link to comment Share on other sites More sharing options...
newbie Posted October 1, 2018 Share Posted October 1, 2018 Уберитеposition: static; Link to comment Share on other sites More sharing options...
Zero108 Posted October 1, 2018 Author Share Posted October 1, 2018 (edited) Не помогло. В custom.css: @media screen and (min-width: 980px){ body {padding-top:0 !important;} #ipsLayout_header { } } И если static убрать, то шапка при прокрутке не двигается, накладывается на контент. Короче, если нет быстрого решения, фиг с ним, с ie. Edited October 1, 2018 by Zero108 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now