Cześć, ilość postów i tematów na stronie głównej cały czas przeciąga się w lewą stronę.
kuniksamp.tenhost.pl
//jak trzeba mogę dać screena.
kuniksamp.tenhost.pl
//jak trzeba mogę dać screena.
.forums .trow1:nth-child(5),
.forums .trow2:nth-child(5) {
white-space: initial!important;
}
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="50" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="240" colspan="2" align="right" style="padding-right: 28px;"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
(30.01.2018, 16:00)kunik2002 napisał(a): kuniksamp.tenhost.plPróbowałem u siebie i działało. Jeśli dodałeś poprawnie to usuń cache.
(30.01.2018, 17:19)Divir napisał(a):(30.01.2018, 16:00)kunik2002 napisał(a): kuniksamp.tenhost.plPróbowałem u siebie i działało. Jeśli dodałeś poprawnie to usuń cache.
.forums .trow1:nth-child(2) {
width: 66% !important;
}
.forums .trow1:nth-child(5) {
width: 50px !important;
}
(30.01.2018, 17:00)szymex71 napisał(a): Wejdź w forumbit_deth1_cat i dodaj nad {$sub_forums} coś takiego:
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="50" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="240" colspan="2" align="right" style="padding-right: 28px;"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
Zmieni ci to trochę wygląd, bo doda "dział, posty, ostatni post" ale ustabilizuje kolumny. Jak to zrobić inaczej, nie wiem.
.forums .trow1:nth-child(5),
.forums .trow2:nth-child(5) {
white-space: initial !important;
}
.forums .trow1:nth-child(3),
.forums .trow1:nth-child(4),
.forums .trow2:nth-child(3),
.forums .trow2:nth-child(4) {
width: 40px;
}
.forums .trow1:nth-child(2) {
width: 66% !important;
}
.forums .trow1:nth-child(5) {
width: 50px !important;
}
2 gości