09-06-2020, 08:11 AM
Hi,
I want to increase the height of the description field when in full edit mode.
I previous version of Corebos I did it by modify themes/softed/style.css height parameter in the textarea section:
Now in the new version that have new UI everything change and I'm lost.
Could you please give me some direction in which file/section to do it.
Thank you
I want to increase the height of the description field when in full edit mode.
I previous version of Corebos I did it by modify themes/softed/style.css height parameter in the textarea section:
Code:
textarea {
width:95%;
height:70px; <<<<<<<<<<<<<<<<<<<<
border:1px solid #dadada;
}
Now in the new version that have new UI everything change and I'm lost.
Could you please give me some direction in which file/section to do it.
Thank you