Найти
Код: Выделить всё
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
Код: Выделить всё
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a> <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="responsive-last-post" style="display: none;">{LAST_POST_IMG}</a> <!-- ENDIF -->
Найти
Код: Выделить всё
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
ul.topiclist.forums dt {
margin-right: 0;
}
ul.topiclist.forums dt .list-inner {
margin-right: 0;
}
ul.topiclist.forums dd.lastpost {
display: none;
}
}
Код: Выделить всё
ul.topiclist.forums dd.lastpost {
display: none;
}
Код: Выделить всё
/*------------last post index responsive -------------*/
.responsive-last-post {
display: inline-block !important;
}