XF 1.2 Hide Avatars in responsive mode

RoyalRumble

Active member
Hi everyone,

I don't suppose the entitled is possible? And if so, could someone kindly place some code to stick in extra.css that achieves this?

Preferably, if less than X width, avatars removed.

Thanks
 
Code:
<xen:if is="@enableResponsive">
    @property (max-width:@maxResponsiveWideWidth)
{
    .message .messageInfo {margin-left: 10px;}
  
    !important;
}
</xen:if>
No effect.


Were you ever able to get this done? I was going to ask the same question, but did a site search first and found your post.
 
bump, also wanting to adjust the look of messages viewed on narrow mobile devices, the blank space below the users name/avatar just scrunches up all the words to the right if someone has typed in more than a line or two.
 
Top Bottom