Last poster avatar topics posts move 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.
5 posters

    Last poster avatar topics posts move

    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Last poster avatar topics posts move

    Post by Mimóza March 14th 2016, 10:47 am

    Hello,
    I'd like to move the last posters avatar closer to the last poster info.
    Furthermore, I'd like the number of posts and topics to be moved a it right too. Very Happy
    Anyone could help me, please?

    Now
    Last poster avatar topics posts move Now_5

    What I'd like
    Last poster avatar topics posts move Jobbrabb


    Thanks in advance! Very Happy


    Last edited by Mimóza on April 3rd 2016, 10:55 am; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: Last poster avatar topics posts move

    Post by Sir Chivas™ March 15th 2016, 3:05 pm

    Hi,

    Search for this within your CSS: ACP >> Display >> Colors >> CSS [tab]

    Code:
    .pun table .tcr {
        overflow: hidden;
        padding: 0 0 0 .5em !important;
        text-align: left;
        width: 30%;
    }

    Replace it with this if you have it, if you don't simply just add this on the top or bottom of the CSS sheet.
    Code:
    .pun table .tcr {
        overflow: hidden;
        padding: 0px 40px 0 .5em !important;
        text-align: left;
        width: 30%;
    }
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Last poster avatar topics posts move

    Post by Mimóza March 15th 2016, 6:54 pm

    Thank you @"Sir Chivas™️", but it didn't really work. Very Happy
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Last poster avatar topics posts move

    Post by SLGray March 15th 2016, 9:44 pm

    The selector for the last post avatar is this:
    Code:
    .lastpost-avatar img



    Last poster avatar topics posts move Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Last poster avatar topics posts move

    Post by Mimóza March 21st 2016, 11:02 am

    Yes, thank you, I tried to check all the padding and margin settings of it and change it, but nothing changed. :S
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Last poster avatar topics posts move

    Post by brandon_g April 3rd 2016, 5:01 pm

    Hello,

    Is this solved, I see it has been marked with the solved icon? Please reply within 24 hours.

    -Brandon



    Last poster avatar topics posts move Brando10
    Remember to mark your topic Last poster avatar topics posts move Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Last poster avatar topics posts move Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: Last poster avatar topics posts move

    Post by Take Notes April 3rd 2016, 5:41 pm

    Is the lastest poster avatar made through JavaScript or Administration Panel?
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Last poster avatar topics posts move

    Post by Mimóza April 4th 2016, 2:43 pm

    Hello @brandon_g,
    It is not solved, but I'll solve it alone somehow. Smile You can garbage the topic.

    Forumedic, no javascript was used. Smile
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: Last poster avatar topics posts move

    Post by Take Notes April 4th 2016, 10:31 pm

    I wouldn't garbage just yet @Mimóza, I think I may be able to help.

    It seems the distance between the last poster avatar and the text is equal to the text to the end of the width if that makes sense? If someone has the selector for the very last column, try reducing the size from the separation, maybe?

    Example with test (lol):

    Right now (last column):

    Avatar | . . . Example . . . |

    After:

    Avatar | . Example . |
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Last poster avatar topics posts move

    Post by Mimóza April 6th 2016, 6:45 pm

    Oh, yea, I even forgot about that and was just focusing on my other problem! Lol Though, I cannot find the settings of that column, but what you say makes sense! Thanks for the help, I'll check it.


    As for the other problem, by now, I managed to find out what causes the displacement. Very Happy The circular avatar frame image has 20 paddings added and it makes the text move upward from its place. If I remove the padding from there the text jumps to its normal place, but the frame of the avatars is gone then. Catch-22. :'D Btw. I tried to add a new class to the text part, but even if I add padding and things to it no change happens.