Merhaba,
GoMobile eklentisinin oluşturmuş olduğu temanın CSS dosyasında (global.css) yer alan şu satırı düzenlerseniz sorununuz düzelecektir.
Bu kodu;
Bununla değiştir:
GoMobile eklentisinin oluşturmuş olduğu temanın CSS dosyasında (global.css) yer alan şu satırı düzenlerseniz sorununuz düzelecektir.
Bu kodu;
Kod:
#logo {
background: #23a0da url(../../../images/mobile/gradient.png) bottom left repeat-x;
text-align: center;
padding: 8px;
text-shadow: 0 1px 0 #37b2eb;
font-size: 24px;
}Bununla değiştir:
Kod:
#logo {
padding: 8px;
}
