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.
The forum of the forums
3 posters

    Center a User's Profile Display During Posts

    avatar
    Flame Melody
    Forumember


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

    Solved Center a User's Profile Display During Posts

    Post by Flame Melody Mon 29 Jun 2015 - 1: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 2015 - 11:25; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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

    Post by Ange Tuteur Mon 29 Jun 2015 - 6: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.
    avatar
    Flame Melody
    Forumember


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

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

    Post by Flame Melody Mon 29 Jun 2015 - 9: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).
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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

    Post by Ange Tuteur Mon 29 Jun 2015 - 19: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.
    avatar
    Flame Melody
    Forumember


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

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

    Post by Flame Melody Tue 30 Jun 2015 - 11:24

    Thank you, that worked perfectly~ *Hands a cookie*.
    Ape
    Ape
    Administrator
    Administrator


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

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

    Post by Ape Wed 1 Jul 2015 - 19: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

      Current date/time is Mon 11 Nov 2024 - 18:59