Avatar in a circle
2 posters
Page 1 of 1
Avatar in a circle
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : All members
When the problem appeared : So , i want to the avatar to be in a circle like this forum.
Forum link : www.helpdem.forumz.ro
Description of problem
I want to have an script to the avatar be in the circle .-Sorry for bad english
Re: Avatar in a circle
Hi @Angelo Andrei,
Add the following rule to your stylesheet :
Display > Colors > CSS stylesheet
That should give you a similar result of what we have here.
Add the following rule to your stylesheet :
Display > Colors > CSS stylesheet
- Code:
#main-content > .post .postprofile dt img {
background:#FFF;
height:100px;
width:100px;
border-radius:100px;
box-shadow:0 2px 3px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
padding:3px;
}
That should give you a similar result of what we have here.
Re: Avatar in a circle
Ange Tuteur wrote:Hi @Angelo Andrei,
Add the following rule to your stylesheet :
Display > Colors > CSS stylesheet
- Code:
#main-content > .post .postprofile dt img {
background:#FFF;
height:100px;
width:100px;
border-radius:100px;
box-shadow:0 2px 3px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
padding:3px;
}
That should give you a similar result of what we have here.
Oh , this is working !
Thanks so much !
Re: Avatar in a circle
You're welcome ^^
Topic archived
If you have anymore questions feel free to open a new topic. Have a good weekend.
Topic archived
If you have anymore questions feel free to open a new topic. Have a good weekend.
Similar topics
» Avatar Circle
» Circle avatar
» Avatar Circle Code
» Change Avatar Area From Circle To Square
» Change my Avi to a circle
» Circle avatar
» Avatar Circle Code
» Change Avatar Area From Circle To Square
» Change my Avi to a circle
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum