BuddyDev

Search

[Resolved] Textfield "Limit Members per Group" is too small for entering new digit

  • Participant
    Level: Master
    Posts: 497
    Daniel on #19824

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on #19828

    Please use this

    
    input#limit_membership_count {
    
      width: 50px !important;
    }
    
    

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 497
    Daniel on #19831

    Thank you Brajesh,the code worked perfectly. I have tried to find out the right code yesterday morning but I see now that the !important; rule helps.

    Thanks again.

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on #19836

    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.

This topic is: resolved