Usunięcie .tcat

Założony przez  lorgen.

Jak usunąć ze strony głównej pasek o klasie .tcat tak zeby trowy się nie rozjechały? Aktualnie jest ustawione opacity: 0, ale ta przerwa źle wygląda, a jakieś marginesy z minusem nic nie dają.

Po usunięciu tego trowy się rozjeżdżają.
<td class="tcat" colspan="2"  style="opacity: 0; height: 1px;"><span class="smalltext" style=""><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap; opacity: 0; height: 1px;"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap; opacity: 0; height: 1px;"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center" style="white-space: nowrap; opacity: 0; height: 1px;"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
Rozwiązanie:

<tr>
<td class="tcat" colspan="2" style="padding: 0;"><span class="smalltext" style="display: none;"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap; padding: 0;"><span class="smalltext" style="display: none;"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap; padding: 0;"><span class="smalltext" style="display: none;"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center" style="white-space: nowrap; padding: 0;"><span class="smalltext" style="display: none;"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>

Plik w dziale Opis działu, forumbit_depth1_cat.
Wystarczyło użyć 'display: none' dla ostatniego <tr>, a nie męczyć się i kombinować jak koń pod górkę.
(24.02.2017, 17:58)MarcinA napisał(a): Wystarczyło użyć 'display: none' dla ostatniego <tr>, a nie męczyć się i kombinować jak koń pod górkę.

Właśnie jak dawałem display:none; na całość to ilość postów i tematów się rozjeżdżała :) Chyba, że nie chodzi Ci o całą klasę .tcat
No to trzeba było poprawić lekko resztę :P



Użytkownicy przeglądający ten wątek:

1 gości