CommanderMadi
Customer
Hello, by default user banners are centred, wrapped and looking good.
But when I switch to portrait mode or sign in from mobile, the users banners are not centered as seen in the attachment.
I tried editing the CSS in message_user_info as follows:
I added:
margin: 0 auto;
text-align: center;
But still no hope. What shall I do?
But when I switch to portrait mode or sign in from mobile, the users banners are not centered as seen in the attachment.
I tried editing the CSS in message_user_info as follows:
I added:
margin: 0 auto;
text-align: center;
Code:
.Responsive .messageUserBlock .userBanner
{
max-width: 150px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
position: static;
display: inline-block;
margin: 0 auto;
text-align: center;
}
But still no hope. What shall I do?