This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

How to disable comment input resizing
#1

How does one change the comment text input box so that it can't be dragged or re-sized by the user?

Thanks.
Reply
#2

You can do this using CSS:

Code:
.cmtx_comment_field {
  resize: none;
}

Have you completed the interview?
Reply
#3

Thanks Steven!   Smile
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
29-Sep-2021, 11:41 AM
Last Post by afoster
02-Aug-2020, 10:40 PM
Last Post by Steven
10-Jan-2018, 09:58 PM
Last Post by noblues
08-Mar-2015, 05:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)