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.

Center a User's Profile Display During Posts

3 posters

Go down

Solved Center a User's Profile Display During Posts

Post by Flame Melody Sun 28 Jun - 23:50

Hello, I had opened a thread about this issue a while ago, ( HERE ) and I got the solution I needed. However, there was a slight problem that I had contacted a moderator about it - and indeed I was helped, but another small issue popped, so I was asked into making a new topic -. Basically, I wanted a coding to center a user's profile display during posts, because they were all aligned on the left; like this:

Spoiler:
Nevertheless, I got this coding to align it into the middle:

The Coding:

However, a new issue popped, there became a huge gap between the username and the rank:

Spoiler:
So I have PMed one of the moderators, and was proposed this code:

Spoiler:

However, a user's profile would become like this once I applied the coding:

Spoiler:

So I had to change { display:none } into { display:block } so it can work. But once I had applied that coding, this issue popped up: the username is now aligned on the LEFT while all other stuff (ranking, avatars, icons etc.) are aligned in the center:

Spoiler:
So now, my wish is to have the proper coding to align EVERYTHING into the middle, without having a gap between the username and the ranking whatsoever.



Last edited by Flame Melody on Tue 30 Jun - 9:25; edited 1 time in total
avatar
Flame Melody
Forumember

Female Posts : 118
Reputation : 3
Language : English
Location : 1313 Webfoot Walk, Duckberg

http://believixwinx.forum-motion.com

Back to top Go down

Solved Re: Center a User's Profile Display During Posts

Post by Ange Tuteur Mon 29 Jun - 4:43

Hi @Flame Melody,

Replace this code :
Code:
.post .postdetails.poster-profile, .post .name + br {
  display:none;
  text-align:center;
}

with this :
Code:
.post .name + br { display:none }

That should fix the problem.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Center a User's Profile Display During Posts

Post by Flame Melody Mon 29 Jun - 7:52

Hmm... that actually made it like this: 
Spoiler:
Which isn't what I'm really looking for, I just want to center everything without any gaps between rankings, username, hobbies, location, post count etc. (basically everything).
avatar
Flame Melody
Forumember

Female Posts : 118
Reputation : 3
Language : English
Location : 1313 Webfoot Walk, Duckberg

http://believixwinx.forum-motion.com

Back to top Go down

Solved Re: Center a User's Profile Display During Posts

Post by Ange Tuteur Mon 29 Jun - 17:31

You'll need to re-add this in to center everything :
Code:
.post .postdetails.poster-profile, .post .name {
  display:block;
  text-align:center;
}

That should also put everything in its correct place.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Center a User's Profile Display During Posts

Post by Flame Melody Tue 30 Jun - 9:24

Thank you, that worked perfectly~ *Hands a cookie*.
avatar
Flame Melody
Forumember

Female Posts : 118
Reputation : 3
Language : English
Location : 1313 Webfoot Walk, Duckberg

http://believixwinx.forum-motion.com

Back to top Go down

Solved Re: Center a User's Profile Display During Posts

Post by Ape Wed 1 Jul - 17:51

Topic solved and archived


Center a User's Profile Display During Posts Left1212Center a User's Profile Display During Posts Center11Center a User's Profile Display During Posts Right112
Center a User's Profile Display During Posts Ape_b110
Center a User's Profile Display During Posts Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19435
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

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