Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Aligning Multiple Checkbox

11 years 8 months ago - 11 years 8 months ago #220079 by mccormackdave
[SOLVED] Aligning Multiple Checkbox was created by mccormackdave
Hi there im using multiple check box field in joomla 2.5 on bootstrap template

I have many options in one of the fields and the check boxes are all over the place.

Is there a way to column the select options or put a minimum width for each field so they can be arranged neatly?

i cant find the right css code in firebug


_____________________________________

Found the problem right line in css on the bootstrap template
around line 132 on mine. (have added a few other lines)

look for
.cb_template_bootstrap .cbSnglCtrlLbl label, #myCon .tab-page .cbSnglCtrlLbl label, #overDiv .cbSnglCtrlLbl label, .cb_template_bootstrap input[type="radio"] + label {
display: inline-block;
margin-bottom: 0;
min-width: 210px;(i added this and got 3 colums)
vertical-align: middle;
Last edit: 11 years 8 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 8 months ago #220094 by krileon
Replied by krileon on topic Aligning Multiple Checkbox
Can you be more specific as to what the issue is? They look fine to me. Please provide a screenshot of what you're seeing as you likely have a CSS conflict from your Joomla template.


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 or Create an account to join the conversation.

11 years 8 months ago #220168 by mccormackdave
Replied by mccormackdave on topic Aligning Multiple Checkbox
The Issue was that when i had 10 different checkboxes in a "Multicheckbox Field"
they did not line up in column order.

I could not find the CSS line to arrange them neatly.

However i found the correct line using firebug eventually and it now works fine.

Thanks for responding.
Dave
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum