Chatbox text 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.
4 posters

    Chatbox text size

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    Solved Chatbox text size

    Post by SpyroDragon Sun 13 Nov 2016 - 5:56

    how do you customize the chatbox text size?


    Last edited by SpyroDragon on Mon 14 Nov 2016 - 8:09; edited 2 times in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Chatbox text size

    Post by SLGray Sun 13 Nov 2016 - 6:27




    Chatbox text size Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox text size

    Post by SpyroDragon Sun 13 Nov 2016 - 6:35

    I don't see anywhere on there to customize the size of the text
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Chatbox text size

    Post by SLGray Sun 13 Nov 2016 - 6:39

    There should be an button to the left of the message entry box where members can change the size of the text.



    Chatbox text size Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox text size

    Post by SpyroDragon Sun 13 Nov 2016 - 6:45

    Theres not, and I want the default text to be bigger, because its so tiny atm.
    I don't want the default to be tiny like this..

    Chatbox text size Chatbo11
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Chatbox text size

    Post by SLGray Sun 13 Nov 2016 - 6:47

    Is it small on all screen resolutions?



    Chatbox text size Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox text size

    Post by SpyroDragon Mon 14 Nov 2016 - 0:16

    I even checked internet exploar , chrome and firefox, they all show up tiny like this

    when I zoom in like 300% yea ofc its bigger.. but when on default zoom they are tiny as heck

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Chatbox text size

    Post by SLGray Mon 14 Nov 2016 - 3:20

    Is this solved?



    Chatbox text size Slgray10

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


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox text size

    Post by SpyroDragon Mon 14 Nov 2016 - 4:12

    No, the text is still tiny...
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Chatbox text size

    Post by SLGray Mon 14 Nov 2016 - 5:34

    Ok. I will change the topic icon to In Progress.



    Chatbox text size Slgray10

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


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Chatbox text size

    Post by TheCrow Mon 14 Nov 2016 - 7:16

    Hello @SpyroDragon,

    The tutorial has a javascript that has the variable width in it.
    Code:
        // chatbox settings
        config : {
          height : '60%',
          width : '70%',
    If that is set to 70% the check the CSS and make sure
    Code:
    #fa_chat_container
    has the content
    Code:
      min-width:500px;
    . If that is in the code and the width in the javascript is set to 70% then try making those two bigger setting them how you want them to be.



    Chatbox text size Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox text size

    Post by SpyroDragon Mon 14 Nov 2016 - 7:45

    that code is only making the chatbox bigger, the text within the chatbox is staying the same :\
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Chatbox text size

    Post by Draxion Mon 14 Nov 2016 - 8:08

    Put this in your CSS.

    Code:
    .chatbox_row_1, .chatbox_row_2 {
      font-size: 12px;
    }
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox text size

    Post by SpyroDragon Mon 14 Nov 2016 - 8:09

    Yup, worked. Thanks!
    [solved]
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Chatbox text size

    Post by TheCrow Mon 14 Nov 2016 - 12:33

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Chatbox text size Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!