Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] Textfield "Limit Members per Group" is too small for entering new digit’ is closed to new replies.
This topic is: resolved
Hi,
There is an option to let Group Admin override the Count of Group Members.
But in front end the text filed of the Group number is only a half centimeter large and for the Group Admin it is not possible to enter a new digit.
Would it be possible to provide a CSS code in order to enlarge the text field please?
Thank you and regards,
Daniel
Please use this
input#limit_membership_count {
width: 50px !important;
}
Regards
Brajesh
You are welcome.
The important rule was needed as the original css was inline.
Regards
Brajesh
The topic ‘ [Resolved] Textfield "Limit Members per Group" is too small for entering new digit’ is closed to new replies.