Empty space between avatar and post. 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.
2 posters

    Empty space between avatar and post.

    Uncle Spellbinder
    Uncle Spellbinder
    New Member


    Male Posts : 22
    Reputation : 0
    Language : English
    Location : Newnan, GA - U.S.A.

    Solved Empty space between avatar and post.

    Post by Uncle Spellbinder May 30th 2011, 7:22 am

    Hi. Relatively new here.

    Is there a way to reduce the space between the avatar and the post. Seems like a lot of wasted real estate there to me.

    Example:
    Empty space between avatar and post. Fw3qxl
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Empty space between avatar and post.

    Post by Sanket May 30th 2011, 7:54 am

    Add this to your css.
    Code:
    .postprofile {   
       width:25%;
       }

    Change the 25 according to your choice.
    Uncle Spellbinder
    Uncle Spellbinder
    New Member


    Male Posts : 22
    Reputation : 0
    Language : English
    Location : Newnan, GA - U.S.A.

    Solved Re: Empty space between avatar and post.

    Post by Uncle Spellbinder May 30th 2011, 8:03 am

    Thanks. While that does indeed work, it just becomes reversed. With the text for the post not moving with it.

    Example:
    Empty space between avatar and post. 2m43h9f
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Empty space between avatar and post.

    Post by Sanket May 30th 2011, 8:11 am

    Code:
    .postprofile {   
       width:30%;
       }

    .postbody {   
       width: 69%;   
       }

    Add such a code. basically keep a gap of 1 %. Total % should be 99. So change accordingly.
    Uncle Spellbinder
    Uncle Spellbinder
    New Member


    Male Posts : 22
    Reputation : 0
    Language : English
    Location : Newnan, GA - U.S.A.

    Solved Re: Empty space between avatar and post.

    Post by Uncle Spellbinder May 30th 2011, 8:14 am

    Wonderful! Thank you VERY much

    Solved!
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Empty space between avatar and post.

    Post by Sanket May 30th 2011, 8:15 am

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Empty space between avatar and post. 2j4t5a8

    Sanket Smile