By Faraz Omar on Saturday, 29 November 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 385
Votes 0
Hello,

I am using the Easy Discuss User profile plugin for Joomla registration. So the user can see the optional Easy Discuss profile fields while registering.

My question: How do I increase the size of one of the fields. Please see the attached screenshot of the registration page. I would like to increase the size of the description field/box i.e. "Professional Summary".

Thanks
Hello Faraz Omar ,

I am really sorry for the delay of this reply as it is a weekend for us here.
Check my screenshot below. Do you mean that textarea field?

If yes, you can apply this css code in your template css file and see how it goes?


.registration .form-horizontal textarea{
height: 100px !important;
}
·
Saturday, 29 November 2014 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post