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.

Requesting some phpBB3 Codes

2 posters

Go down

Solved Requesting some phpBB3 Codes

Post by MinatoRain Mon 19 Sep 2011 - 22:48

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
MinatoRain
MinatoRain
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado

Back to top Go down

Solved Re: Requesting some phpBB3 Codes

Post by ankillien Tue 20 Sep 2011 - 3:47

Hi,

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
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Requesting some phpBB3 Codes

Post by MinatoRain Tue 20 Sep 2011 - 3:55

Thank you, ankillien.

Edit: Is there any way I could get the username above the avatar image?


Last edited by MinatoRain on Tue 20 Sep 2011 - 3:58; edited 1 time in total
MinatoRain
MinatoRain
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado

Back to top Go down

Solved Re: Requesting some phpBB3 Codes

Post by ankillien Tue 20 Sep 2011 - 3:57

Glad I could help out Very Happy

Topic Solved
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Requesting some phpBB3 Codes

Post by MinatoRain Tue 20 Sep 2011 - 3:59

Edited my post, sorry.
MinatoRain
MinatoRain
Forumember

Male Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado

Back to top Go down

Back to top

- Similar topics

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