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:
However, a new issue popped, there became a huge gap between the username and the rank:
- Spoiler:
- The Coding:
- Code:
.post .postdetails.poster-profile, .post .name {
display:block;
text-align:center;
}
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:
- Code:
.post .postdetails.poster-profile, .post .name + br {
display:none;
text-align:center;
}
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.
Forum URL: http://believeinwinx.forum-motion.com/
Last edited by Flame Melody on Tue 30 Jun 2015 - 11:25; edited 1 time in total