Avatar right aligned?
+2
SarkZKalie
The Vinci
6 posters
Page 2 of 2
Page 2 of 2 • 1, 2
Avatar right aligned?
First topic message reminder :
Hi all,
If you look this forum's avatar on the left - the information under the avatar has a sort of right align to the content. On my forum the alignment is different. How do I change?
https://www.futbolboard.com/t2-forum-rules-information
On my forum the avatar information is centered apart from the contact icons. That needs to be centered as well.
Hi all,
If you look this forum's avatar on the left - the information under the avatar has a sort of right align to the content. On my forum the alignment is different. How do I change?
https://www.futbolboard.com/t2-forum-rules-information
On my forum the avatar information is centered apart from the contact icons. That needs to be centered as well.
Re: Avatar right aligned?
no they are not ...if you want more to the center then change the number 20px to 30px
Re: Avatar right aligned?
Please try this: after adding the new coding, clear your browser's history and cache.
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.
Re: Avatar right aligned?
Worked! Thanks everyone!SLGray wrote:Please try this: after adding the new coding, clear your browser's history and cache.
Re: Avatar right aligned?
Is this now solved ?
If yes please scroll to the top of this topic and press the mark solved button
Regards.
Ape and the team.
If yes please scroll to the top of this topic and press the mark solved button
Regards.
Ape and the team.
Re: Avatar right aligned?
Its 90 percent solved.Ape wrote:Is this now solved ?
If yes please scroll to the top of this topic and press the mark solved button
Regards.
Ape and the team.
Everything is centered, but I still don't like how it looks messy for the text. The text under the after looks messy in other terms. On this forum it looks neater.
Re: Avatar right aligned?
As we said before you have a different version
Either you leave it all centered or
use the padding css option which leaves the elements justified on left but moves them towards the center
( for the padding option search our posts above)
Either you leave it all centered or
use the padding css option which leaves the elements justified on left but moves them towards the center
( for the padding option search our posts above)
Re: Avatar right aligned?
Each forum version is not the same some are more basic codes that do more then one thing at a time and some forums version's have more then one.
So to change our's we have more then one code in the profiles this make it more easy for us to pin point the code and make a change to the codes with CSS now your forum is one of them forums where it has basic codes that change 2 or 3 things all at once so this makes it really hard to change just one thing with CSS.
Sadly Unless we have some one here on the support that knows how to add more to your Templates and then change it again with JavaScript then sadly this can not be done how you want it sorry.
So to change our's we have more then one code in the profiles this make it more easy for us to pin point the code and make a change to the codes with CSS now your forum is one of them forums where it has basic codes that change 2 or 3 things all at once so this makes it really hard to change just one thing with CSS.
Sadly Unless we have some one here on the support that knows how to add more to your Templates and then change it again with JavaScript then sadly this can not be done how you want it sorry.
TonnyKamper likes this post
Re: Avatar right aligned?
Basically what Ape and Skouliki are trying to say is that every forum version has a different code structure. The 'older' versions like phpbb 2 and 3 make it very easy to just target 1 or 2 things with css. The newer versions are much more responsive (which is good in this day in age) and mobile friendly. The downside to this is that the code structure is designed so multi things are under 1 parent element (so it can be equally resized according to screensize), unfortunately this does make it so in order to adjust 1 thing css, you have to adjust like 5 other things with it.
I hope that makes sense.
Now it might be possible to achieve what you are asking with template changes. Perhaps @SarkZKalie or @Draxion can help with that.
-Brandon
I hope that makes sense.
Now it might be possible to achieve what you are asking with template changes. Perhaps @SarkZKalie or @Draxion can help with that.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
SarkZKalie likes this post
Re: Avatar right aligned?
Honestly i don't understand this, please highlight what you want us to help
The text under the after looks messy in other terms. On this forum it looks neater.
Re: Avatar right aligned?
Are you wanting the colons to be in line?
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.
Re: Avatar right aligned?
Yes i think that is the result he wants but not with padding optionSLGray wrote:Are you wanting the colons to be in line?
Re: Avatar right aligned?
Please look at these two images.
On my forum the text is centered. If you look at Posts, Join Date, Location you can see this categories are not in line.
https://i.servimg.com/u/f13/20/26/11/20/screen15.png
Now, lets look at this forum screen. They are nice and aligned. Dots aligned in the same line...
Make sense?
On my forum the text is centered. If you look at Posts, Join Date, Location you can see this categories are not in line.
https://i.servimg.com/u/f13/20/26/11/20/screen15.png
Now, lets look at this forum screen. They are nice and aligned. Dots aligned in the same line...
Make sense?
Re: Avatar right aligned?
Okay give this a try
Find:
Replace with:
Find:
Replace with:
Result:
Find:
- Code:
.postprofile-info {
text-align: center;
}
Replace with:
- Code:
.postprofile-info {
text-align: left;
}
Find:
- Code:
.postprofile .label {
font-weight: 500;
}
Replace with:
- Code:
.postprofile .label {
font-weight: 500;
float: left;
margin-left: -3px;
margin-right: 3px;
text-align: right;
width: 50%;
}
Result:
Remember if you can not find the code just add the one marked Replace with to your CSS files then Save.
you may need to clear your browser cache to see the change and refresh your page.
TonnyKamper likes this post
Re: Avatar right aligned?
Your welcome
Have a great week
Have a great week
Problem solved & topic archived.
|
Page 2 of 2 • 1, 2
Similar topics
» Forum aligned to the right?
» Category titles not correctly aligned to image
» Forum Problem Dealing With How A Post Is Aligned
» New Avatar
» Avatar
» Category titles not correctly aligned to image
» Forum Problem Dealing With How A Post Is Aligned
» New Avatar
» Avatar
Page 2 of 2
Permissions in this forum:
You cannot reply to topics in this forum