Nirjonadda

Customer
How can showing XenForo User banner in one line with mobile browser? Can be Optimizes the banner image for fit with screen size?

SCAR_Edited_Image_279171599581532.jpg
 
What if you hid the user title in mobile? Assuming you don't have other user groups showing, what's the point of showing administrator twice?

This hides it in mobile.
Code:
@media (max-width: @xf-responsiveMedium)
{
.message-cell.message-cell--user .message-userTitle {
   display: none;
}
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back