
But when viewing in responsive mode on view topic the author and message is all out of place!
also not in responsive mode when viewing your user account if there is a global announcement it doesn't show right in the user account area
Code: Select all
<div id="subsilver-nav-topic">
<div class="inner"><div class="post has-profile">
<div class="leftsided postbody subsilver-topic-title">{L_MESSAGE}</div>
<div class="leftsided postprofile subsilver-topic-author">{L_AUTHOR}</div>
</div>
Code: Select all
<div id="subsilver-nav-topic" class="responsive-hide">
<div class="inner responsive-hide"><div class="post has-profile responsive-hide">
<div class="leftsided postbody subsilver-topic-title">{L_MESSAGE}</div>
<div class="leftsided postprofile subsilver-topic-author">{L_AUTHOR}</div>
</div>
Code: Select all
<dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
</dd>
Code: Select all
<li class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
<a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
</li>
Code: Select all
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
border-radius: 0;
margin-left: -5px;
margin-right: -5px;
Code: Select all
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
border-radius: 0;
margin-left: 5px;
margin-right: 5px;