Avatar/Username Separation 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.
3 posters

    Avatar/Username Separation

    Whiskey
    Whiskey
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Avatar/Username Separation Empty Avatar/Username Separation

    Post by Whiskey March 11th 2016, 10:35 am

    It's a small personal forum issue. It's just a something that's been bugging me for awhile, yet I have found no solution.

    Image:
    Spoiler:

    I'm annoyed that the avatar and username aren't separated by a simple space in between. I've searched through all the admin tools via administration panel yet no luck. I assume it's something scripted which I have no knowledge about.

    If you could help me out, it'd be highly appreciated. Also if you're replying with help based on what 'version' I registered with, I honestly have no idea which version I have Embarassed .
    - http://militaryrp.nstars.org/

    I know it's a pathetic issue, sorry.

    avatar
    Guest
    Guest


    Avatar/Username Separation Empty Re: Avatar/Username Separation

    Post by Guest March 11th 2016, 10:42 am

    Hi,

    I don't know if it's gonna work, but try adding this to your CSS. You can increase the px count for spacing:


    Code:
    .postprofile strong {margin-top: 3px!important;}


    Samantha.
    Whiskey
    Whiskey
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Avatar/Username Separation Empty Re: Avatar/Username Separation

    Post by Whiskey March 11th 2016, 10:51 am

    I'm not quite soon how to even access the 'CSS'.

    Administration panel > Display > Templates > Profile(?) I've navigated here but I don't want to touch anything since I have no experience.
    avatar
    Guest
    Guest


    Avatar/Username Separation Empty Re: Avatar/Username Separation

    Post by Guest March 11th 2016, 10:53 am

    Administration panel > Display > Colors > Colors & Pictures > Cascading Style Sheet (CSS). Just add the line and save the lot. Make sure to refresh pages after (F5) to see the result.
    Whiskey
    Whiskey
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Avatar/Username Separation Empty Re: Avatar/Username Separation

    Post by Whiskey March 11th 2016, 12:09 pm

    I've added your line (most likely I did it incorrect) and it didn't seem to work Confused.

    code & img:

    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    Avatar/Username Separation Empty Re: Avatar/Username Separation

    Post by Take Notes March 11th 2016, 1:33 pm

    You will have to modify the templates! There you can move the username around.
    avatar
    Yuushishio
    Forumember


    Posts : 117
    Reputation : 4
    Language : English

    Avatar/Username Separation Empty Re: Avatar/Username Separation

    Post by Yuushishio March 13th 2016, 11:36 pm

    try putting this in your CSS
    Code:
    .postprofile dt, .postprofile dt + dd { line-height:140%!important;}