Username center
5 posters
Page 1 of 1
Username center
Hi!
I would like to positionate my Username (in topics) on the center of the profile. I tried to use <center><h4 class="username">{postrow.displayed.ONLINE_IMG}{postrow.displayed.POSTER_NAME}</h4></center> but it doesn't work (but it works for avatar and rank).
Can you help me with that please?
Thank you!
I would like to positionate my Username (in topics) on the center of the profile. I tried to use <center><h4 class="username">{postrow.displayed.ONLINE_IMG}{postrow.displayed.POSTER_NAME}</h4></center> but it doesn't work (but it works for avatar and rank).
Can you help me with that please?
Thank you!
Last edited by Glavee on December 28th 2014, 1:17 pm; edited 1 time in total
Re: Username center
css
- Code:
.postprofile dt,.postprofile strong a, .postprofile span, .postprofile dd{text-align:center!important;margin-left:auto!important; margin-right:auto!important;width: 90%;}
.postprofile dd img{margin-left:10%; margin-right:10%!important;}
Re: Username center
_Twisted_Mods_ wrote:css
- Code:
.postprofile dt,.postprofile strong a, .postprofile span, .postprofile dd{text-align:center!important;margin-left:auto!important; margin-right:auto!important;width: 90%;}
.postprofile dd img{margin-left:10%; margin-right:10%!important;}
@_Twisted_Mods_ It doesn't work. Nothing happened.
Do you need my viewtopic_body or css?
Re: Username center
sorry for wrong version
- Code:
.postbody .username,.pun .user .user-info{
text-align: center;
width:100%
}
Re: Username center
Search and replace .pun .user-ident .username in your CSS or add a new one
- Code:
.pun .user-ident .username {
color: #00569c;
display: block;
font-size: 1.2em;
font-weight: 700;
position: relative !important; /* absolute is default */
text-decoration: none;
top: 0px;
text-align: center !important;
}
Re: Username center
It worked @_Twisted_Mods_ but he moved the entire profile, not just the username. I want just the username.
@sarkzkalie01 It worked, but not at all. I have a space over the username. Look:
@sarkzkalie01 It worked, but not at all. I have a space over the username. Look:
Re: Username center
I changed a bit @_Twisted_Mods_ 's code, and now it works!
Here's the code:
Here's the code:
- Code:
.postbody .username{
text-align: center;
width:100%
}
Similar topics
» How do I center my forums and add a crown by username?
» Center only username in the poster's profile?
» Center the username (in topics) of a phpBB2 forum?
» How to Move username place in topic to center
» Changing the Username's Color As Well As Multicolored Username and Glow
» Center only username in the poster's profile?
» Center the username (in topics) of a phpBB2 forum?
» How to Move username place in topic to center
» Changing the Username's Color As Well As Multicolored Username and Glow
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum