How to Move username place in topic to center
3 posters
Page 1 of 1
How to Move username place in topic to center
Hello, i tried to change name place to middle but wan't to change
what the edit for this code :
To make it show in middle ?
Version : Punbb
what the edit for this code :
- Code:
<h4 class="username" >{postrow.displayed.POSTER_NAME}</h4>
To make it show in middle ?
Version : Punbb

Last edited by Abdalah_98 on Tue May 17 2016, 00:47; edited 3 times in total
Re: How to Move username place in topic to center
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
- Code:
<center><h4 class="username" >{postrow.displayed.POSTER_NAME}</h4></center>


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to Move username place in topic to center
SLGray wrote:Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
- Code:
<center><h4 class="username" >{postrow.displayed.POSTER_NAME}</h4></center>
Thanks for your help but didn't work


Re: How to Move username place in topic to center
Hi @Abdalah_98,
On PunBB the username is positioned absolutely, so you need to change its position to static. Add the following CSS rule to your stylesheet :
Display > Colors > CSS stylesheet
If any problems let us know.
Have a good day.
On PunBB the username is positioned absolutely, so you need to change its position to static. Add the following CSS rule to your stylesheet :
Display > Colors > CSS stylesheet
- Code:
.pun .user-ident .username {
position:static;
}
If any problems let us know.
Have a good day.

Re: How to Move username place in topic to center
Ange Tuteur wrote:Hi @Abdalah_98,
On PunBB the username is positioned absolutely, so you need to change its position to static. Add the following CSS rule to your stylesheet :
Display > Colors > CSS stylesheet( This should center your name considering you added SLGray's modification )
- Code:
.pun .user-ident .username {
position:static;
}
If any problems let us know.
Have a good day.
Thats make it work

Thanks you very much to you and to SLgray's

my best wishes
Re: How to Move username place in topic to center
Topic solved and archived


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

» How to make latest topic widget place in the center?
» Move All To Center
» how would I move my nav bar to the center
» Username center
» Move navagation bar to center
» Move All To Center
» how would I move my nav bar to the center
» Username center
» Move navagation bar to center
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum