The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Centered username and avatar

+2
Akkii
JAN2XONLINE
6 posters

Go down

In progress Centered username and avatar

Post by JAN2XONLINE June 18th 2012, 8:20 am

Centered username and avatar Center10

this image is edited... I want to make it something like that. My username and avatar are centered. Is there any way to do it like that?
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: Centered username and avatar

Post by Akkii June 18th 2012, 11:21 am

Which version of forum are you using?
Akkii
Akkii
Forumember

Male Posts : 710
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!

http://www.csshelp.net

Back to top Go down

In progress Re: Centered username and avatar

Post by The GreeK June 18th 2012, 11:25 am

• Please provide your forum URL for appearance problems
The GreeK
The GreeK
Forumember

Posts : 211
Reputation : 8
Language : Greek, English, French
Location : Greece

http://www.greek-support.net

Back to top Go down

In progress Re: Centered username and avatar

Post by JAN2XONLINE June 18th 2012, 7:16 pm

Akkii wrote:Which version of forum are you using?

phpBB2

u3gms.com
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: Centered username and avatar

Post by Xanthis June 19th 2012, 4:16 am

Do you happen to know the code for this for PunBB, out of curiosity?
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

In progress Re: Centered username and avatar

Post by JAN2XONLINE June 19th 2012, 4:50 am

Rideem3 wrote:Add this to your CSS StyleSheet:
Code:
tr.post > td:first-child {
    text-align: center;
}

it works but its not what I expected. Its messy now. The profile fields below got centered also.

Centered username and avatar Center11

JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: Centered username and avatar

Post by Xanthis June 20th 2012, 2:57 am

The PunBB code you provided worked for the profile text. Do you have the code for centering usernames?
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

In progress Re: Centered username and avatar

Post by xiaomah01 June 20th 2012, 3:57 am

viewtopic_body find:
Code:
{postrow.displayed.POSTER_NAME}
{postrow.displayed.POSTER_AVATAR}
just put <center></center>
Code:
<center>{postrow.displayed.POSTER_NAME}</center>
<center>{postrow.displayed.POSTER_AVATAR}</center>
Spoiler:
xiaomah01
xiaomah01
Forumember

Male Posts : 206
Reputation : 7
Language : English|Chinese|malay
Location : malaysia

http://johor.forumn.org/

Back to top Go down

In progress Re: Centered username and avatar

Post by Xanthis June 20th 2012, 5:01 am

I did that:

Centered username and avatar 9nAMq

But the usernames are still left-aligned:

Centered username and avatar COTBl

Link for miscellaneous purposes: http://sonicommunity.net/forum
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

In progress Re: Centered username and avatar

Post by xiaomah01 June 20th 2012, 5:27 am

Xanthis wrote:I did that:

Centered username and avatar 9nAMq

Link for miscellaneous purposes: http://sonicommunity.net/forum

css find:
Code:
.pun .user-ident .username {
color:
#00569C;
display: block;
font-size: 1.2em;
font-weight: 700;
position: absolute;
text-decoration: none;
top: 0;
}
delet:position: absolute;
add:
Code:
margin-top: -20px;
padding-bottom: 5px;

Spoiler:
xiaomah01
xiaomah01
Forumember

Male Posts : 206
Reputation : 7
Language : English|Chinese|malay
Location : malaysia

http://johor.forumn.org/

Back to top Go down

In progress Re: Centered username and avatar

Post by Xanthis June 20th 2012, 5:40 am

Nope.

Centered username and avatar GoxJ3

Margin-top only shifted the name vertically, and padding-bottom effectively did nothing. Still no change horizontally.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

In progress Re: Centered username and avatar

Post by xiaomah01 June 20th 2012, 5:51 am

try:
Code:
<h4 class="username" style="padding-bottom: 5px;margin-top: -20px;position: relative;">
xiaomah01
xiaomah01
Forumember

Male Posts : 206
Reputation : 7
Language : English|Chinese|malay
Location : malaysia

http://johor.forumn.org/

Back to top Go down

In progress Re: Centered username and avatar

Post by Xanthis June 20th 2012, 6:04 am

Same idea, it effectively removes the username because it's only changing its vertical position.

Centered username and avatar TJ3nT
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

In progress Re: Centered username and avatar

Post by Xanthis June 22nd 2012, 12:02 am

Solved through CSS:

Code:
.pun .user-ident .username {
text-align: center;
position: relative;
margin-bottom: 10px;
}

Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

In progress Re: Centered username and avatar

Post by Nera. June 23rd 2012, 11:19 am

We'll wait for the topic creator to see is it solved for him.



Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum