Nice avatar resize on last post, and center profile info 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

    Nice avatar resize on last post, and center profile info

    Emronn
    Emronn
    New Member


    Posts : 3
    Reputation : 1
    Language : Polish

    In progress Nice avatar resize on last post, and center profile info

    Post by Emronn July 13th 2014, 10:46 pm

    Hello.

    I need your help! First, I want change avatar resize in last post. My actual avatar resize is weird:
    Nice avatar resize on last post, and center profile info 8d32d8f5e1
    I want normal resize, something like this: 
    Nice avatar resize on last post, and center profile info 48f5e7c972
    I don't know how to do it in CSS.


    Second, I need center this: 
    Nice avatar resize on last post, and center profile info 15b06b0be2

    Text, username and avatar, like this:
    Nice avatar resize on last post, and center profile info B805956e13

    I hope that is not a problem?  Wink
    Emronn
    Emronn
    New Member


    Posts : 3
    Reputation : 1
    Language : Polish

    In progress Re: Nice avatar resize on last post, and center profile info

    Post by Emronn July 14th 2014, 4:34 pm

    bump
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Nice avatar resize on last post, and center profile info

    Post by SLGray July 14th 2014, 7:29 pm

    Nice avatar resize on last post, and center profile info 48f5e7c972
    So you want the last posts column on your homepage to look like the last posts column in the topic list?



    Nice avatar resize on last post, and center profile info Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Nice avatar resize on last post, and center profile info

    Post by Ange Tuteur July 14th 2014, 9:14 pm

    Hello Emronn,

    Add this to your Stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    .lastpost-avatar {
    float: left;
    padding: 2px;
    }
    .lastpost-avatar img {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Nice avatar resize on last post, and center profile info

    Post by SLGray July 14th 2014, 9:23 pm

    Profile Center (CSS):
    Code:
    .postprofile-details {
        text-align: center;
    }



    Nice avatar resize on last post, and center profile info Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Emronn
    Emronn
    New Member


    Posts : 3
    Reputation : 1
    Language : Polish

    In progress Re: Nice avatar resize on last post, and center profile info

    Post by Emronn July 14th 2014, 9:39 pm

    @SLGray
     Very thanks for this! Smile How do I align nickname too? 
    \/
    Nice avatar resize on last post, and center profile info 838cd93ef3

    @Ange Tuteur
    Thank you for the code, but... did not work :c 
    I mean, that avatar in last post just a ugly compressed:
    Nice avatar resize on last post, and center profile info Fc159cef57
    How to make it... better? It's too stretched.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Nice avatar resize on last post, and center profile info

    Post by SLGray July 14th 2014, 9:42 pm

    CSS:
    Code:
    .popmenubutton {
        text-align: center;
    }



    Nice avatar resize on last post, and center profile info Slgray10

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