Jomsocial 'Say what's on your mind' scrolling issue

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri May 30, 2014 12:05 am
Reply with quote
Report this post
Hi,

I have a problem with text scrolling in the 'Say what's on your mind' box after logging into Jomsocial.

Try out my site at www.rurallondoner.com

login as Test user using test, test as username and password. Try typing 400 characters into the box and you'll see what I mean. The text scrolls upwards and the text box expands downwards with just white space.

How can I fix this.

Eric.
User avatar
Junior Boarder

GK User
Fri May 30, 2014 8:36 am
Reply with quote
Report this post
Please open file jomsocial.css from template/css directory and around line 377 find this selector - #community-wrap textarea

Then please remove replace rules from :

Code: Select all
height: auto!important;
max-width: 100%!important;
min-height: 56px!important;
padding: 20px;


to

Code: Select all
/* height: auto!important; */
max-width: 100%!important;
min-height: 56px!important;
padding: 20px;
User avatar
Platinum Boarder


cron