MyBB Community Forums

Full Version: [Vienna] Group Images misaligned on user profile.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

I have a small problem with misaligned group images on my users profiles, I noticed this has been mentioned before, but the Original Poster of the post I read had said he'd fixed it, without mentioning a fix, so anyway, the problem can be seen here:

(http://gyazo.com/241254ebc185b3a4e163ab30331df09c Link to image as I can't seem to use the img tags)

I imagine it's just a simple center align, or something of similar ease, but I am unsure of where this would need to go.

Link to my forum for those who need it: Forum

-TryHardSnipr
try adding this to global.css of the vienna theme... and hard refresh (Ctrl+F5) the profile page to check the changes...

.trow3 {
  text-align: center;
}
That fixed it, thanks for the help mmadhankumar.