We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

to send message pozition? | Forum

Topic location: Forum home » Development » Themes
Onur
Onur Dec 4 '16
where can i change to send message pozition?



dave Leader
dave Dec 5 '16
this is considered custom programming.  You can use the console and look to see what css effects this and then put that css in your admin theme custom css section.  
ross Team
ross Dec 5 '16
Topic was moved from General Questions.
Darryl B Leader
Darryl B Dec 12 '16
If you are wanting to shift the message box up from the bottom a little you can try this css. Setting the bottom margin will increase the space at the bottom.

.ow_chat_dialog_wrap .ow_mailchat_new_message.ow_chat_dialog {
    margin-bottom: 60px;
}