Na pewno dobry szablon edytujesz?
Możesz do CSS dodać po prostu:
Kod:
.forums .trow1:nth-child(5),
.forums .trow2:nth-child(5) {
white-space: initial!important;
}
(30.01.2018, 15:10)Divir napisał(a): [ -> ].forums .trow1:nth-child(5),
.forums .trow2:nth-child(5) {
white-space: initial!important;
}
Nadal pozostaje tak samo...
Wejdź w forumbit_deth1_cat i dodaj nad {$sub_forums} coś takiego:
Kod:
<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.
(30.01.2018, 16:00)kunik2002 napisał(a): [ -> ]kuniksamp.tenhost.pl
Pró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.pl
Próbowałem u siebie i działało. Jeśli dodałeś poprawnie to usuń cache.
Kod:
.forums .trow1:nth-child(2) {
width: 66% !important;
}
.forums .trow1:nth-child(5) {
width: 50px !important;
}
Prawie, ale nadal jakby brakuje tego 1px, aby było na równi, czyściłem cache kilka razy.
[
attachment=13295]
(30.01.2018, 17:00)szymex71 napisał(a): [ -> ]Wejdź w forumbit_deth1_cat i dodaj nad {$sub_forums} coś takiego:
Kod:
<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.
No właśnie specjalnie to usunąłem, bo nie chcę tej belki ;/