New post, how do I enlarge the window?

Iosif Deak Posted in General Discussion 4 years ago

How can I do this?
I want to add function A from the picture in the new posting window in the new posting window. can this be? who can help me?

enter image description here

Replies
Romanian Iosif Deak Replied 4 years ago

@Allon Prooit - Thank you very much!!!Thank you very much!!!

us Allon Prooit Replied 4 years ago

@losif Deak - if you look in default.php of your theme you will the following...
.ossn-wall-container textarea {

padding: 10px;

width: 100%;

border: 1px solid;

border-color: #000;

border-bottom: 0px;

border-top: 0px;

resize: none;

outline: none;

background: #000;

color: #fff;    

}

Change resize: none; to resize: vertical;

that should accomplish your task!

Romanian Iosif Deak Replied 4 years ago

Thank you very much, I would be happy to do this, to enlarge the text window

us Allon Prooit Replied 4 years ago

Good question... How exactly do you do this? Seems like you can examine the code for editing posts and use that for the basic wall post. I'll take a look at it.

Romanian Iosif Deak Replied 4 years ago

How can I do this?

Indonesian Arsalan Shah Replied 4 years ago

Change css in themes/