Blog başlığı yüksekliği şu şekilde değiştiriliyor:
. header-outer {
background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;}
/* Header
----------------------------------------------- */
.header-outer {
background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;
height:130px;
}
İşte bu kadar,
- Şablon=> Html'yi Düzenle=>Devam Et
- Ctrl+F= /* Header yazarak aşağıdaki kodu bul:
. header-outer {
background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;}
- Bu kodun altına height: XYZ px; (istediğin yüksekliği gir, sonuna noktalı virgülü unutma). Örneğin istediğin yükseklik 130 px ise kodun son hali şöyle olacak:
/* Header
----------------------------------------------- */
.header-outer {
background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;
height:130px;
}
İşte bu kadar,





0 yorum:
Yorum Gönder