WallBB Forums
Focus Response PM Width - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: Focus Response PM Width (/showthread.php?tid=357)



Focus Response PM Width - thunderclap - 12-15-2020

I've noticed when viewing PM's on a smaller device the Message Title and Author are not aligned properly. Is there any way to get the alignment fixed or just remove the sender entirely like the date?


RE: Focus Response PM Width - WallBB - 12-15-2020

Hey thunderclap,
For sure, can you tell me which version of Focus Responsive theme you are using?
I will check this issue.


RE: Focus Response PM Width - thunderclap - 12-15-2020

(12-15-2020, 05:00 PM)WallBB Wrote: Hey thunderclap,
For sure, can you tell me which version of Focus Responsive theme you are using?
I will check this issue.


The most recent version.


RE: Focus Response PM Width - WallBB - 12-17-2020

Thanks for information, please update your private_messagebit
Admin CP > Template and Styles > Template Sets » FocusResponsive Templates » private_messagebit

Code:
<tr>
    <td class="trow1" width="35%" colspan="3"><img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" /> <a class="{$msgstatus}" href="private.php?action=read&amp;pmid={$message['pmid']}">{$message['subject']}</a>{$denyreceipt}{$icon}</td>
    <td align="center" class="trow2">{$tofromusername}</td>
    <td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td>
    <td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td>
</tr>

I have updated the Focus theme with fix for this issue.

Regards
WallBB


RE: Focus Response PM Width - thunderclap - 12-17-2020

Fantastic, thank you!


RE: Focus Response PM Width - WallBB - 12-17-2020

Cheers Smile
/Closed