XF 1.4 How to show certain Message Elements on mobile

Hi,

Yes, it's possible. These elements are hidden on mobile due to lack of space, but you can remove the code by searching for message_user_info.css and removing this:
Code:
.Responsive .messageUserBlock .extraUserInfo
{
        display: none;
}

You'll need after to ajust a few CSS elements.
 
Hi,

Yes, it's possible. These elements are hidden on mobile due to lack of space, but you can remove the code by searching for message_user_info.css and removing this:
Code:
.Responsive .messageUserBlock .extraUserInfo
{
        display: none;
}

You'll need after to ajust a few CSS elements.
Thank you, it works.
But you are right, i need to adjust another CSS.
Any idea what should be edited? :)
 

Attachments

  • Screenshot_2.webp
    Screenshot_2.webp
    4 KB · Views: 12
I would actually just like to show location and maybe one other attribute and have it be in the spot there where the ribbons are showing. I think this is likely possible with a template edit and a responsive conditional. But am having trouble seeing exactly how to do it. Any code gurus want to weigh in?
 
Top Bottom