When it comes to Invision, there seems to be a few problems with the Profile Picture. One of the problems was that the widget seem to keep it so the max width is only 50 px. Another problem there seems to be is that it doesn't center on the Widget or in the Profile area of posts. Is there a way to center the Profile Picture?
+2
TheCrow
Takai
6 posters
Centering Profile Pictures
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post nĀ°2
Re: Centering Profile Pictures
Hello @Takai,Takai wrote:When it comes to Invision, there seems to be a few problems with the Profile Picture. One of the problems was that the widget seem to keep it so the max width is only 50 px. Another problem there seems to be is that it doesn't center on the Widget or in the Profile area of posts. Is there a way to center the Profile Picture?
Please give us the forum link of your profile. Have in mind that having your forum link to your profile information helps us of giving you the solution a lot faster and without any waste of time!
ļ¦ Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post nĀ°4
Re: Centering Profile Pictures
CSS Stylesheet:
- Code:
.postprofile-details {
text-align: center;
}
.postprofile-head .popmenubutton-new-out {
text-align: 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.
The Awakened- Forumember
- Posts : 134
Reputation : 9
Language : English, Spanish, and French
- Post nĀ°5
Re: Centering Profile Pictures
Out of curiosity, can this be done with the profile widget as well? And, can only the image be moved while the text remains as is?
Sir Chivasā¢- Helper
- Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
- Post nĀ°6
Re: Centering Profile Pictures
The Awakened wrote:Out of curiosity, can this be done with the profile widget as well? And, can only the image be moved while the text remains as is?
Hi,
I shall look into it later today. However, please create your own thread with your question and I shall answer the best I can.
@Takai Is this consider solved?
Takai- New Member
- Posts : 20
Reputation : 0
Language : English
- Post nĀ°7
Re: Centering Profile Pictures
I'm actually wondering the same as the Awakened. I am looking on just centering the Profile picture and leaving the text lined against the side
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post nĀ°8
Re: Centering Profile Pictures
Profile Widget:
- Code:
.avatar {
margin-left: 50px;
}
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.
Takai- New Member
- Posts : 20
Reputation : 0
Language : English
- Post nĀ°9
Re: Centering Profile Pictures
That didn't seem to change anything
An- Forumember
- Posts : 44
Reputation : 24
Language : English
- Post nĀ°10
Re: Centering Profile Pictures
You can center the profile avatar with the rule below.
Note: To center only an image you must change its display to "block" and set the left and right margins to auto.
- Code:
.postprofile dt img {
display:block;
margin:0 auto;
}
Note: To center only an image you must change its display to "block" and set the left and right margins to auto.
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post nĀ°11
Re: Centering Profile Pictures
To center the widget avatar to the center use this in your CSS:
- Code:
.avatar {
display: block;
margin-left: 15px;
}
ļ¦ Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Takai- New Member
- Posts : 20
Reputation : 0
Language : English
- Post nĀ°12
Re: Centering Profile Pictures
Alright Thank you, Issue Resolved
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post nĀ°13
Re: Centering Profile Pictures
Problem solved & topic archived.
|
ļ¦ Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!