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.
The forum of the forums
2 posters

    Mini profile width

    Kynata
    Kynata
    Forumember


    Female Posts : 64
    Reputation : 2
    Language : English

    In progress Mini profile width

    Post by Kynata August 29th 2016, 3:44 am

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 4:24 am

    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 August 29th 2016, 4:47 am

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


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

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 4:58 am

    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 August 29th 2016, 5:17 am

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


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

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 5:22 am

    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 August 29th 2016, 5:48 am

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 5:52 am

    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 August 29th 2016, 5:57 am

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 5:59 am

    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 August 29th 2016, 6:21 am

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 6:23 am

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 6:36 am




    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 August 29th 2016, 4:32 pm

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 29th 2016, 10:38 pm

    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 August 30th 2016, 6:45 am

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 30th 2016, 8:25 pm

    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 August 31st 2016, 4:05 pm

    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 : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Mini profile width

    Post by SLGray August 31st 2016, 8:58 pm

    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.

      Current date/time is September 22nd 2024, 3:16 pm