Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Добрый день. Приобрел скрипт "Версия сайта для слабовидящих 2.0". Установил на сайт http://opachinsk.org/
Кнопка с меню прячеться за верхний экран. Что можно сделать, чтобы скрипт отображался корректно?
В файле стилей: http://opachinsk.org/css/eye-main.css найти строку номер 26:
body #ugost-line { display: none; font-family: Roboto, "Helvetica Neue", sans-serif !important; font-weight: 400 !important; background: #fafafa !important; width: 100% !important; position: fixed !important; top: -90px !important; left: 0px !important; z-index: 80 !important; padding-bottom: 0px !important; -webkit-transition: top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); transition: top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); transition-property: top; transition-duration: 0.4s; transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); transition-delay: initial; border-bottom: 2px solid #ced2d2; text-align: left; }
значение 90 уменьшить.