Добрый день!У меня на форуме возникла проблема - поставила стиль, а шапка на самом форуме не отображается, только в админке. Что делать?
Замените в начале HTML верх Вот этот кусок Кода:
<style type="text/css">
#pun-title, #pun-title .container, #pun-title table, #pun-title h1 {
padding: 0 !important;
height: 0 !important;
border-style: none !important;
background: transparent none !important;
}.title-logo-tdr a, .title-logo-tdr iframe, .title-logo-tdr object {
position: relative;
top: -80px;
z-index: 1000;
}
</style>
<meta name='yandex-verification' content='5362806f6df5191a' />
На этот
<style type="text/css">
#pun-title, #pun-title .container, #pun-title table, #pun-title h1 {
padding: 0 !important;
background-color: transparent!important;
}
.title-logo-tdr a, .title-logo-tdr iframe, .title-logo-tdr object {
position: relative;
top: -80px;
z-index: 1000;
}
</style>
<meta name='yandex-verification' content='5362806f6df5191a' />