Avatar Size Limit & Default Font Size 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

    Avatar Size Limit & Default Font Size

    avatar
    CoL
    Forumember


    Posts : 84
    Reputation : 3
    Language : English

    Avatar Size Limit & Default Font Size Empty Avatar Size Limit & Default Font Size

    Post by CoL December 14th 2012, 2:07 am

    Hello guys i want some help, i need to set the max avatar size allowed for user but it seems like it didnt work with phpBB3

    Is there anything you can do? i already read some of thread about it but all of them wont work in our forum.

    &

    I want to change the Default Forum Post size..., all codes i've tried from this forum still didnt work.

    &

    And i want to fix this too: (how i can align in correctly or how to remove it beside there's already a title on it)

    Avatar Size Limit & Default Font Size Untitl11

    Here is our forum site: www.tnmaa.tk

    I hope im not asking for too much. bwi
    Omu
    Omu
    Active Poster


    Male Posts : 1021
    Reputation : 87
    Language : Romanian, English

    Avatar Size Limit & Default Font Size Empty Re: Avatar Size Limit & Default Font Size

    Post by Omu December 14th 2012, 7:45 am

    In CSS:
    Code:
    body { font-size: 11px !important;}
    .postprofile dl dt img {
    max-height: 200px !important;
    max-width: 150px !important;}
    avatar
    CoL
    Forumember


    Posts : 84
    Reputation : 3
    Language : English

    Avatar Size Limit & Default Font Size Empty Re: Avatar Size Limit & Default Font Size

    Post by CoL December 14th 2012, 2:52 pm

    Kalimdor wrote:In CSS:
    Code:
    body { font-size: 11px !important;}
    .postprofile dl dt img {
    max-height: 200px !important;
    max-width: 150px !important;}

    I mean, only the Post Topic/Replies can be affected not the whole including Index/Homepage. Just the Topic/Replies and its text content.
    Mjgbales
    Mjgbales
    New Member


    Posts : 9
    Reputation : 5
    Language : Spanish

    Avatar Size Limit & Default Font Size Empty Re: Avatar Size Limit & Default Font Size

    Post by Mjgbales December 15th 2012, 2:06 am

    Hi.
    Try with this CSS:
    Code:
     .postbody {
      font-size: 13px;
    }
    Edit the number of px. Wink