Requesting some phpBB3 Codes
2 posters
Page 1 of 1
Requesting some phpBB3 Codes
I'm trying to get the codes (CSS) for centering the avatar image and the username within post. Yet, I have not found any code. Is there anyone that can provide me these codes so I can add it into my CSS sheet.
Just an optional choice, if you could post the code to center the profile post. Hard to explain because I'm currently doing so much right now. Haha. Please help me. ♥
An example of what I'm talking about: http://infected.userboard.net/t548-notice-website-down
Just an optional choice, if you could post the code to center the profile post. Hard to explain because I'm currently doing so much right now. Haha. Please help me. ♥
An example of what I'm talking about: http://infected.userboard.net/t548-notice-website-down
MinatoRain- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado
Re: Requesting some phpBB3 Codes
Hi,
To center align the whole post profile you can use this code...
To center align only avatar and username...
Add those codes in Admin CP > Display > Colors > CSS
To center align the whole post profile you can use this code...
- Code:
.postprofile {
text-align: center;
}
To center align only avatar and username...
- Code:
.postprofile dl dt:first-child {
text-align: center;
}
Add those codes in Admin CP > Display > Colors > CSS
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Requesting some phpBB3 Codes
Thank you, ankillien.
Edit: Is there any way I could get the username above the avatar image?
Edit: Is there any way I could get the username above the avatar image?
Last edited by MinatoRain on September 20th 2011, 9:58 am; edited 1 time in total
MinatoRain- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado
Re: Requesting some phpBB3 Codes
Glad I could help out
Topic Solved
Topic Solved
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Requesting some phpBB3 Codes
Edited my post, sorry.
MinatoRain- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado
Similar topics
» CSS codes for customizing phpBB3 forums
» Requesting Full Set Of Phpbb3 Square Buttons
» Requesting Full Set Of Phpbb3 Buttons without curves
» Help with codes
» Requesting Full Set Of Phpbb3 Square Buttons
» Requesting Full Set Of Phpbb3 Square Buttons
» Requesting Full Set Of Phpbb3 Buttons without curves
» Help with codes
» Requesting Full Set Of Phpbb3 Square Buttons
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum