How do I scale the profile on messages? 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 do I scale the profile on messages?

    avatar
    Guest
    Guest


    Solved How do I scale the profile on messages?

    Post by Guest July 10th 2010, 9:13 am

    I want to change the width of users profiles that display on messages. It's too wide with a big gap.. here is a picture so ya can see what I mean..

    How do I scale the profile on messages? MakeProfilemessagesmaller


    Last edited by SPADEZ on July 16th 2010, 5:51 am; edited 1 time in total (Reason for editing : Marking as solved)
    avatar
    Guest
    Guest


    Solved Re: How do I scale the profile on messages?

    Post by Guest July 15th 2010, 7:21 am

    ?????????????????????????
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: How do I scale the profile on messages?

    Post by ankillien July 15th 2010, 2:00 pm

    Hello,

    Try adding this code to your CSS...

    Code:
    .postprofile {
    width : 180px;
    }
    avatar
    Guest
    Guest


    Solved Re: How do I scale the profile on messages?

    Post by Guest July 15th 2010, 10:38 pm

    ankillien wrote:Hello,

    Try adding this code to your CSS...

    Code:
    .postprofile {
    width : 180px;
    }
    Thank you ankillien. You are a great help. This did exactly what I wanted, however now theres a gap between the margin and the post. heres a pic explaining:
    How do I scale the profile on messages? Movepostover

    How do i increase the width of the post now? I thought the post would automatically widen when i moved the margin
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: How do I scale the profile on messages?

    Post by ankillien July 16th 2010, 4:12 am

    With this code, you can increase the width of the postbody...

    Code:
    .postbody {
    width : 690px;
    }

    You can adjust the pixels as per your requirement.
    avatar
    Guest
    Guest


    Solved Re: How do I scale the profile on messages?

    Post by Guest July 16th 2010, 5:44 am

    ankillien wrote:With this code, you can increase the width of the postbody...

    Code:
    .postbody {
    width : 690px;
    }

    You can adjust the pixels as per your requirement.
    Thanks! banana
    I set mine to 80% and it looks great on my end, hopefully it looks just as good for everybody else. Thanks again ankillien, always a good help with CSS, I can finally mark this solved.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: How do I scale the profile on messages?

    Post by ankillien July 16th 2010, 6:04 am

    Glad I could help out Very Happy

    Solved > Locked