• Resolved gispatterson

    (@gispatterson)


    I’m not great with CSS, I’d love to know if there’s a way to display the chat with the name, message, and submit fields beneath the chat box, in one column.
    Thank you so much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Starr

    (@specialk)

    It’s an interesting idea, but not something the plugin can do out of the box. In general however, CSS is something that can be overridden with custom styles. So it would be possible for a developer to add CSS that could do it. Would require a significant amount of work though.

    Not sure why Jeff said that this would require a significant amount of work because the plugin comes with an css editor where you’d find the line:

    div#sac-panel{float:right;width:38%;}

    You could change it to:

    div#sac-panel{width:38%;}

    and the input text field would show underneath the message box.

    Excuse me if I didn’t understand the question correctly.

    • This reply was modified 3 years, 5 months ago by ivantus.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chat layout’ is closed to new replies.