CB - How to change the width of the 2 dropdownfields when using user-lists

6 years 1 month ago #302882 by erichburkhard
I am Using CB 2.1.3. Is it possible - by setting certain parameters somewhere - to widen the 2 dropdown fileds which are visible by default when working with user lists? The reason is that my content for these fields is too large ( I am using the Prostar template)



regards
Attachments:

Please Log in to join the conversation.

6 years 1 month ago #302903 by krileon
They're using Bootstrap 3 grid sizing to their container div. You can override that CSS with your own changing their width or you'll need to make your own CB template and adjust it there. It is possible to edit the default CB template to change this, but your changes will just be lost every time you update CB. The below might work to increase the column size by 1 for the dropdown and button.

.cbUserListHead .cbColumn9 {
	width: 66.66666667%;
}

.cbUserListHead .cbColumn3 {
	width: 33.33333333%;
}


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.158 seconds

Facebook Twitter LinkedIn