The theme is under construction, please let us know any bugs you see in the meantime.
The theme is under construction, please let us know any bugs you see in the meantime.

XenForo Mobil de Hederde Logo Ekleme

cakal

Yönetici
Python Developer
Katılım
5 Ara 2018
Mesajlar
517
Tepkime puanı
168
Puanları
43
Konum
izmir
logm.png
Extra.less'e şu kodları eklemeniz yeterli .

CSS:
@media (max-width: @xf-responsiveMedium) {
.has-js .p-header {
display: initial;
}
.p-header-logo {
max-width: 100%;
margin: 0 auto;
}
.p-header-logo.p-header-logo--image img {
max-height: 80px;
}
.has-js .p-nav-smallLogo {
width: 0;
opacity: 0;
transition: all .25s ease;
}
.p-navSticky.is-sticky .p-nav-smallLogo {
width: 100%;
opacity: 1;
transition: all .25s ease;
 }
}
 
Geri
Üst