Posted 6 апреля, 20186 yr Хочу сделать высоту шапки по уже. Не смог найти свойство в css, подскажите что где искать и что изменять. Ниже изображение говнофорума и шапки.
6 апреля, 20186 yr Author 1 минуту назад, wasder12 сказал: Наверно нужно указывать рабочую ссылку на свой форум? http://j845073.myjino.ru/
6 апреля, 20186 yr Измени @media screen and (min-width: 980px) .ipsfocus_fixedHeader #header { position: fixed; z-index: 5010; top: 0; left: 0; right: 0; } На @media screen and (min-width: 980px) .ipsfocus_fixedHeader #header { position: fixed; z-index: 5010; top: 0; left: 200px; right: 200px; }
6 апреля, 20186 yr Author 48 минут назад, wasder12 сказал: Измени @media screen and (min-width: 980px) .ipsfocus_fixedHeader #header { position: fixed; z-index: 5010; top: 0; left: 0; right: 0; } На @media screen and (min-width: 980px) .ipsfocus_fixedHeader #header { position: fixed; z-index: 5010; top: 0; left: 200px; right: 200px; } Попробовал так сделать, как я понимаю это размеры именно под ваш экран, как бы так сделать что-бы оно подстраивалось под тело на любых девайсах?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.