SMF Tema boşluk sorunu.

Başlatan Narisca, 02 Ağu 2021 22:00

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

*

  1. 26

  2. 4

  3. 7

Temada çok büyük bir boşluk var bu boşluğu kaldırmak istiyorum.
Yardımcı olabilir misiniz?


*

  1. 118

  2. 11

  3. 84
Site adresini paylaşırsanız kontrol etmemiz kolay olur.

*

  1. 26

  2. 4

  3. 7

*

  1. 3,263

  2. 596

  3. 1077

temanızın index.css sinde
şu kısmı bulun (3762 satırda)
header {
    height: 700px;
    display: block;
    position: relative;
    background: url(../images/theme/kadin.png) no-repeat center right, url(../images/theme/header.png) no-repeat center center;
        background-size: auto, auto;
    background-size: auto 100%, cover;
    max-height: 100%;
    max-height: 100vh;
    -webkit-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.15);
}

 height: 700px; değerini kendinize göre düşürün

*

  1. 26

  2. 4

  3. 7
Alıntı yapılan: snrj - 03 Ağu 2021 00:04temanızın index.css sinde
şu kısmı bulun (3762 satırda)
header {
    height: 700px;
    display: block;
    position: relative;
    background: url(../images/theme/kadin.png) no-repeat center right, url(../images/theme/header.png) no-repeat center center;
        background-size: auto, auto;
    background-size: auto 100%, cover;
    max-height: 100%;
    max-height: 100vh;
    -webkit-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.15);
}

 height: 700px; değerini kendinize göre düşürün

Çok teşekkür ederim, sorun çözüldü.


Benzer Konular (5)


MENU ×