DaveL Well-known member Jan 4, 2015 #1 Hi, Ive made some alterations to the size of my user info section - however now the avatar is stuck over to the left. Where abouts do I alter the avatar so it aligns in the center?
Hi, Ive made some alterations to the size of my user info section - however now the avatar is stuck over to the left. Where abouts do I alter the avatar so it aligns in the center?
RobinHood Well-known member Jan 4, 2015 #2 Hard to say exactly without seeing the site, but maybe adjust the padding in the style properties or adjust the value here in extra.css Code: .messageUserBlock div.avatarHolder { padding: 10px; } Upvote 0 Downvote
Hard to say exactly without seeing the site, but maybe adjust the padding in the style properties or adjust the value here in extra.css Code: .messageUserBlock div.avatarHolder { padding: 10px; }
DaveL Well-known member Jan 4, 2015 #3 Thanks for that, however gave it a try and no luck. Upvote 0 Downvote
DaveL Well-known member Jan 4, 2015 #5 Maru said: We'll need a link to your site. Click to expand... Many thanks for your post. http://airportcitygame.com/ You will need to select the theme "Airport City 2015" as its still in development and not currently the default theme. Upvote 0 Downvote
Maru said: We'll need a link to your site. Click to expand... Many thanks for your post. http://airportcitygame.com/ You will need to select the theme "Airport City 2015" as its still in development and not currently the default theme.
P Paul B XenForo moderator Staff member Jan 4, 2015 #6 Using text-align: center works for me. Upvote 0 Downvote
DaveL Well-known member Jan 4, 2015 #7 @Brogan Sorry to be a pain, but what code would I put where? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Jan 4, 2015 #8 EXTRA.css: Code: .messageUserBlock div.avatarHolder { text-align: center; } If that doesn't work, it could be a style issue so contact the designer. Upvote 0 Downvote
EXTRA.css: Code: .messageUserBlock div.avatarHolder { text-align: center; } If that doesn't work, it could be a style issue so contact the designer.
DaveL Well-known member Jan 4, 2015 #9 Brogan said: EXTRA.css: Code: .messageUserBlock div.avatarHolder { text-align: center; } If that doesn't work, it could be a style issue so contact the designer. Click to expand... That worked a treat, thank you Upvote 0 Downvote
Brogan said: EXTRA.css: Code: .messageUserBlock div.avatarHolder { text-align: center; } If that doesn't work, it could be a style issue so contact the designer. Click to expand... That worked a treat, thank you