Jordyn
Well-known member
hi,
i have centered username and title, though when using iphone, the username/title is centered to which i guess is normal.
i used this idea:
https://xenforo.com/community/threads/how-do-i-center-the-username-custom-title.75233/
and tried:
	
	
	
		
both do the same thing. but...
im wondering if there is a way around this please. where mobile shows username/title normal (to the left). or mobile view not effected at all. and only show centered on desktop view.
is this possible?
thanks.
				
			i have centered username and title, though when using iphone, the username/title is centered to which i guess is normal.
i used this idea:
https://xenforo.com/community/threads/how-do-i-center-the-username-custom-title.75233/
and tried:
		Code:
	
	.messageUserBlock em.username {
text-align:center;
}
.messageUserBlock em.userTitle {
text-align:center;
}both do the same thing. but...
im wondering if there is a way around this please. where mobile shows username/title normal (to the left). or mobile view not effected at all. and only show centered on desktop view.
is this possible?
thanks.
 
 
		 
 
		

 
 
		 
 
		 
 
		