By Jason Wells on Wednesday, 25 April 2018
Posted in General Issues
Likes 0
Views 585
Votes 0
For a member profile I have included options for them to select Social interests then for Work - Industry Experience, Skills, Languages etc.

I have used a multilist box so they can pick multiple choices.

The vertical height of the box is very small when you have a long list. I don't want to choose a check box approach (don't want to do the work and it will look very busy and messy I think)

Is there a way to increase the height for these multilist boxes? I don't want to have to do them 1 by 1 but a single setting?

Or what is the best approach to let a member pick multiple options and read multiple options?
I've applied some custom css into your template custom css file.


#es .o-control-input [data-field-multilist] select[multiple],
#es .o-control-input [data-field-multilist] select[size] {
height: 300px;
}


Can you check again is it look fine now?
·
Wednesday, 25 April 2018 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!

Works as existing and as new member.
·
Wednesday, 25 April 2018 18:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!

Works as existing and as new member.
·
Wednesday, 25 April 2018 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Wednesday, 25 April 2018 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post