center avatar, rank title and rank image phpbb3
4 posters
Page 1 of 1
Re: center avatar, rank title and rank image phpbb3
Hi,
Can you please provide an account that way I can access the forum or remove the construction until I try finding a solution for you. Thank you.
Regards,
Sir Chivas.
Can you please provide an account that way I can access the forum or remove the construction until I try finding a solution for you. Thank you.
Regards,
Sir Chivas.
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
Seems that your forum has a lot of JavaScript, am I right? Runs pretty slow.
Anyways,
looks for this inside your css:
Just change the margin-left: 8px; to 70px;
Hope it works.

Anyways,
looks for this inside your css:
- Code:
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
}
Just change the margin-left: 8px; to 70px;
Hope it works.

Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
i use this one, but only avatar and usename
i don't know what the exact code for the rank
- Code:
.postprofile dl dt{
text-align: center;
margin-bottom: 7px;
}
.postprofile dl dt a img{
margin-bottom: 7px;
}
i don't know what the exact code for the rank
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: center avatar, rank title and rank image phpbb3
That works zenzo! Now, the only thing left is the rank title/image. 

Re: center avatar, rank title and rank image phpbb3
Try adding this:
- Code:
.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
text-align: center;
}
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
There isn't any other code available that I know of. Let me see if there is a way without moving the rest. Please remove the code that I gave above. Thanks.
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
I don't know if this will work, but lets try:
I don't think that there is going to be a way, since the tags are <dd> from all of the profiles, starting from the rank to your last profile. Does all of if centered bother you?
- Code:
title {
display: none;
text-align: center;
}
I don't think that there is going to be a way, since the tags are <dd> from all of the profiles, starting from the rank to your last profile. Does all of if centered bother you?
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
Where should I put that code?
Yes it bothers me because in phpbb2, it is centered because of editing templates. And I thought, I can also do it here through css.
Yes it bothers me because in phpbb2, it is centered because of editing templates. And I thought, I can also do it here through css.
Re: center avatar, rank title and rank image phpbb3
Add that in your CSS, but make sure that the code given to you before is removed *My code given*.
Yeah, reason why I don't like working with phpBB3, limits you and everything is done via CSS.
Yeah, reason why I don't like working with phpBB3, limits you and everything is done via CSS.
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
Still not working...
I just upgraded my forum because FMChat is not working anymore.
I just upgraded my forum because FMChat is not working anymore.

Re: center avatar, rank title and rank image phpbb3
Oh, I see. Well, I'll continue on trying tomorrow morning. I'm tired, I'm off to sleep. Hope someone else can help you out if I can't. Although, I'm sure you can, but it'll take a while to see who can give you the code. Night.
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: center avatar, rank title and rank image phpbb3
About FM Chat not workingJAN2XONLINE wrote:Still not working...
I just upgraded my forum because FMChat is not working anymore.
https://help.forumotion.com/t120805-immediate-removal-of-fm-chat-validate-registration-field-tutorial-codes
Do you just want to center the rank, avatar & username?
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: center avatar, rank title and rank image phpbb3
^
Thanks Sanket. ^^
And yes, all three of them. Avatar and username are already good, just the rank title/image left.
Thanks Sanket. ^^
And yes, all three of them. Avatar and username are already good, just the rank title/image left.
Re: center avatar, rank title and rank image phpbb3
By using this in the Rank title, the rank can be centered.
- Code:
<center>Admin</center>
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: center avatar, rank title and rank image phpbb3
This is phpbb3 forum right? -> http://te-mafia.createatopic.com/t1-forum-rules
All 3 of them, username, avatar, rank title/image are centered.
All 3 of them, username, avatar, rank title/image are centered.

Re: center avatar, rank title and rank image phpbb3
You can add such a code to your css, if there were no other images other than the avatar & the rank. However, you have those other small images for all profile fields. Thats why, its a problem for your forum.
- Code:
.postprofile img {
padding-left: 15px !important;
}
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: center avatar, rank title and rank image phpbb3
JAN2XONLINE wrote:This is phpbb3 forum right? -> http://te-mafia.createatopic.com/t1-forum-rules
All 3 of them, username, avatar, rank title/image are centered.
what theme they use
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

» Rank title OVER the avatar PHPBB3
» help[rank title and image in top of avatar]
» how to center rank title [invision]
» Center Avatar and rank badges.
» way to center username and rank tittle below the avatar
» help[rank title and image in top of avatar]
» how to center rank title [invision]
» Center Avatar and rank badges.
» way to center username and rank tittle below the avatar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum