Yatay Postbit

Başlatan RapidamenT, 31 Ekm 2019 01:28

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

*

  1. 1

  2. 1

  3. 1

Merhaba arkadaşlar smf 2.1 için yatay postbit ihtiyacım var yardımcı olabilir misiniz?

*

  1. 1,197

  2. 120

  3. 401
index.css de yapılacaklar.Umarım faydalı olur.
Bul:
/* poster details and list of items */
.poster {
float: left;
/* Don't set this in em.It will eat too much space if people need to set large text sizes. */
/* Better to just break the few words here, and leave more space for actual topic content. */
width: 160px;
word-break: hyphenate;
word-wrap: break-word;
}

Değiş:
/* poster details and list of items */
.poster {
float: left;
/* Don't set this in em.It will eat too much space if people need to set large text sizes. */
/* Better to just break the few words here, and leave more space for actual topic content. */
width: 100%;
word-break: hyphenate;
word-wrap: break-word;
}

Bul:
.postarea, .moderatorbar {
margin: 0 0 0 175px;
}

Değiş:
.postarea, .moderatorbar {
margin: 0 0 0 0px;
}

Sonra index.css bir yere ekleyin son taraflara doğru olursa iyi olur.
ul.user_info li {
    float: left;
    display: flex;
    margin-left: 5px;
}
.poster h4 {
    display: flex;
    padding: 0 15px;
}


Benzer Konular (1)


MENU ×