TheGoldenChild Member Sep 29, 2012 #1 How can i center the username that is shown here (username = test) ?
TheGoldenChild Member Sep 30, 2012 #2 I've tried to add a center tag in the username CSS for the moderator group, but it doesn't work. Upvote 0 Downvote
ArnyVee Well-known member Sep 30, 2012 #3 Browse to : Appearance -> Style Properties -> Message Layout -> User Text Block Then add this in miscellanous: Code: text-align: center; OR Add this to EXTRA.css: Code: .messageUserBlock h3.userText { text-align: center; } Upvote 0 Downvote
Browse to : Appearance -> Style Properties -> Message Layout -> User Text Block Then add this in miscellanous: Code: text-align: center; OR Add this to EXTRA.css: Code: .messageUserBlock h3.userText { text-align: center; }
Shelley Well-known member Sep 30, 2012 #4 Try margin: 5px auto; ? << #blondemoment edit: Ninj'ad by arny Upvote 0 Downvote
TheGoldenChild Member Sep 30, 2012 #5 ArnyVee said: Browse to : Appearance -> Style Properties -> Message Layout -> User Text Block Then add this in miscellanous: Code: text-align: center; OR Add this to EXTRA.css: Code: .messageUserBlock h3.userText { text-align: center; } Click to expand... Thank you Upvote 0 Downvote
ArnyVee said: Browse to : Appearance -> Style Properties -> Message Layout -> User Text Block Then add this in miscellanous: Code: text-align: center; OR Add this to EXTRA.css: Code: .messageUserBlock h3.userText { text-align: center; } Click to expand... Thank you
KSA Well-known member Dec 2, 2014 #6 I tried to add that but it didn't work. Any idea what could have gone wrong? The username is neither to the left or right nor in the center! Can someone help please. here is a screenshot of what it looks like at the moment. Upvote 0 Downvote
I tried to add that but it didn't work. Any idea what could have gone wrong? The username is neither to the left or right nor in the center! Can someone help please. here is a screenshot of what it looks like at the moment.
TJA Well-known member Dec 2, 2014 #7 ALMUSA said: I tried to add that but it didn't work. Any idea what could have gone wrong? The username is neither to the left or right nor in the center! Can someone help please. here is a screenshot of what it looks like at the moment. Click to expand... Try in your EXTRA.css template Code: .messageUserBlock a.username {text-align: center !important;} Upvote 0 Downvote
ALMUSA said: I tried to add that but it didn't work. Any idea what could have gone wrong? The username is neither to the left or right nor in the center! Can someone help please. here is a screenshot of what it looks like at the moment. Click to expand... Try in your EXTRA.css template Code: .messageUserBlock a.username {text-align: center !important;}
KSA Well-known member Dec 2, 2014 #8 TJA said: Try in your EXTRA.css template Code: .messageUserBlock a.username {text-align: center !important;} Click to expand... Not working Upvote 0 Downvote
TJA said: Try in your EXTRA.css template Code: .messageUserBlock a.username {text-align: center !important;} Click to expand... Not working
Russ Well-known member Dec 2, 2014 #9 I think your offline ribbon is probably effecting the positioning of it(possibly), may need a link to take a look. Upvote 0 Downvote
I think your offline ribbon is probably effecting the positioning of it(possibly), may need a link to take a look.
KSA Well-known member Dec 2, 2014 #10 Russ said: I think your offline ribbon is probably effecting the positioning of it(possibly), may need a link to take a look. Click to expand... Oops, you are right. That ribbon add one was the reason. Now the issue has been solved. Thanks a bunch Upvote 0 Downvote
Russ said: I think your offline ribbon is probably effecting the positioning of it(possibly), may need a link to take a look. Click to expand... Oops, you are right. That ribbon add one was the reason. Now the issue has been solved. Thanks a bunch