Mini profile width 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

    Mini profile width

    Kynata
    Kynata
    Forumember


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Mini profile width

    Post by Kynata Mon 29 Aug - 1:44

    Me again, lol. Is there a way to change the width of mini profiles? Or like set a default size? They stretch out with big avatars.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 2:24

    Do you mean the profiles in messages?



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Mon 29 Aug - 2:47

    The profiles in forum posts! Like the space where you avatar and information is.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 2:58

    This is the CSS that is in your CSS for your forum which affects the profile in messages:
    Code:
    .postprofile {
        color: #658253;
        word-wrap: break-word;
    }



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Mon 29 Aug - 3:17

    Okay but how do I change the width?
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 3:22

    By adding this to it:
    Code:
       width:  YOUR NUMBERpx;
    If it does not work then add this:
    Code:
      width:  YOUR NUMBERpx !important;
    If that also does not work, add the whole code to the top of the stylesheet.



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Mon 29 Aug - 3:48

    So like this then??

    Code:
    .postprofile {
        color: #658253;
        word-wrap: break-word;
      width:  205px !important;
    }

    Because it didn't work, lol.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 3:52

    205 is a little too big don't you think?

    Add it to the top of the CSS Stylesheet.



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Mon 29 Aug - 3:57

    Well, not really in this case. Since max dimensions for avatars are 200x200 Lol. I mean, they can be bigger if members post the url from another site, but yeah.

    Anyways, that didn't work either.

    Here's a screen shot, in case I'm doing something wrong:

    Mini profile width Dc576f67bddc4957b391511fcb898454
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 3:59

    I notice you have resizer for signatures.  Would you like one for avatars?



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Mon 29 Aug - 4:21

    Oh yes please, that would be very helpful, thank you.

    Still, there are no other ways for the width of profiles right? :c
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 4:23

    After you added the code, did you clear your browser's cache and history?



    Mini profile width Slgray10

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


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 4:36




    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Mon 29 Aug - 14:32

    Hi! where exactly do I put that line of code? Cause it didn't work.

    Also yes, I did clear cache, but that din't work either. Is it possible that there might be a mistake in the code or something? Cause I really don't understand why none of this is working for me, lol.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Mon 29 Aug - 20:38

    I am sorry, but what I linked was for #phpBB3 , not #punBB .



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Tue 30 Aug - 4:45

    Aw, and there are no other links I suppose? I guess the topic can be closed if there are no other options. Thank you anyways!
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Tue 30 Aug - 18:25

    Is this the forum that you want this code for:  http://geekyspace.canadian-forum.com/ ?



    Mini profile width Slgray10

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


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Re: Mini profile width

    Post by Kynata Wed 31 Aug - 14:05

    No. I even forgot that forum existed, lol.

    Edit: The forum I want the code for is phpBB2 by the way.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Mini profile width

    Post by SLGray Wed 31 Aug - 18:58

    Please post the link to that forum.



    Mini profile width Slgray10

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