• Resolved CrazySerb

    (@crazyserb)


    Is there any reason why the chat window’s height is taking up almost 80% of the screen space?

    https://prnt.sc/ppo9sh

    I have no idea how to bring this back down to half the height, as if I try to override the CSS there are way too many elements reliant that need to be touched and overridden in order to make this happen.

    Is there a setting somewhere that allows us to set the height in px or % somehow?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @crazyserb, currently there is no setting for the height of the chat box. We’ll consider adding one. Thanks for the suggestion.

    Thread Starter CrazySerb

    (@crazyserb)

    Ok… “consider adding one” doesn’t really solve my immediate concern over the chat box taking up so much of the screen space, so… in the meantime, how do I adjust this height instead? Suggestions?

    Thread Starter CrazySerb

    (@crazyserb)

    Never mind, figured it out… just added this to my CSS:

    #wp-live-chat-4 { 
    	top: auto !important;
    	height: 40% !important;
    }

    That will do.

    • This reply was modified 5 years, 4 months ago by CrazySerb.
    Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @crazyserb, adjustable chatbox height has been added to next version. You’ll find the proper setting in Settings -> Chat Box -> Chat box height (percent of the page)

    Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @crazyserb, the feature you suggested has been implemented in new version 8.1.3. Give us some feedback!

    Thread Starter CrazySerb

    (@crazyserb)

    Looks good! Thanks guys.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Chat Window height out of control’ is closed to new replies.