How to center profile info in posts Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.

    How to center profile info in posts

    Avery
    Avery
    Forumember


    Male Posts : 92
    Reputation : 1
    Language : English

    Solved How to center profile info in posts

    Post by Avery February 10th 2013, 10:32 pm

    Okay so how do i center the text, titles, images of the profile info when i am posting.
    (On my forum of course.)
    <------------------- For example how do i center that?


    Last edited by Avery on February 10th 2013, 11:03 pm; edited 1 time in total
    Avery
    Avery
    Forumember


    Male Posts : 92
    Reputation : 1
    Language : English

    Solved Re: How to center profile info in posts

    Post by Avery February 10th 2013, 10:42 pm

    Avery
    Avery
    Forumember


    Male Posts : 92
    Reputation : 1
    Language : English

    Solved Re: How to center profile info in posts

    Post by Avery February 10th 2013, 10:50 pm

    Rideem3 wrote:Put this in your CSS StyleSheet:
    Code:
    .post > td:first-child {
        text-align: center;
    }
    Thanks that worked.

    One more thing, anyway to make the username appear bigger?
    Avery
    Avery
    Forumember


    Male Posts : 92
    Reputation : 1
    Language : English

    Solved Re: How to center profile info in posts

    Post by Avery February 10th 2013, 10:58 pm

    Rideem3 wrote:Put this in your CSS StyleSheet:
    Code:
    .name {
    12px;
    }

    Still the same size :c
    Avery
    Avery
    Forumember


    Male Posts : 92
    Reputation : 1
    Language : English

    Solved Re: How to center profile info in posts

    Post by Avery February 10th 2013, 11:02 pm

    Rideem3 wrote:Oh, I made a typo sorry. Use this code:
    Code:
    .name {
    font-size: 12px;
    }

    You can increase the number of pixels.
    Hmm weird.. i tried that earlier and it stayed the same then i tried it again now it works. bwi

    Topic solved.
    Thanks