Skip to Content Skip to Menu

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

[SOLVED] Checkbox inside Cbsubs plan too small

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
11 years 9 months ago - 11 years 9 months ago #217873 by dotcom22
hello

I wanted display some specific plan (with standard CBsubs template) in multiple columns and for do that I used the follow CSS:
Code:
/* Split products plans in multiple columns */ #cbregProduct_8, #cbregProduct_7, #cbregProduct_9, #cbregProduct_10 { margin-bottom: 6px; float: left; clear: none; width: 20%; cursor: default; margin-right: 27px; }

I'm satisfy of the result, however due to the fact I set a width of 20% for allow me to split plans, all checkbox who allow to choose products are now too small. This issue happen only in Chrome and Safari (not tested in IE) but all is ok with FF.


Have you a trick you permit to correct that please?

Is annoying because users can't well see the checkbox especially if is already checked or not and this can make confusion during order process. They can put unwanted product in the Cart without to see is necessary to uncheck the product.

Ideally I would like increase size of all default radio box and checkbox plan because even in normal condition, at my opinion they are too small.
I make some search and it seem radio/checkbox can not be well styled using CSS (by increasing for example the size) because their appearance are browser dependent. So if a checkbox can be more bigger with specific browser, his size will not change in others browser.

Nevertheless is strange to get this problem..

Other question:

I wondering if alternatively it was possible to add a button "Choose this plan" inside the plan itself, instead to first tick the radio or checkbox and then, click on the "Upgrade" button. In fact when a plan was already bough, the button "Renew or Re-activate" is present in the plan. At my opinion is more clear to proceed like that (same system of E-Commerce with the Add to Cart button) but Cbsubs don't use a Cart system.

thank

PS: I use Boostrap template and all plan inherit some style because I output the Sub tab inside a Joomla article.

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins
Last edit: 11 years 9 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 9 months ago #217895 by krileon
Replied by krileon on topic Re: Checkbox inside Cbsubs plan too small
Can't help with CSS issues without a link to where the issue can be seen and inspected. You can set a width and height on checkboxes the same as any input. Most likely it's being set to auto and is adjusting it self based off the percent width you set for its container, which is normal.


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.

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
11 years 9 months ago #217912 by dotcom22
Replied by dotcom22 on topic Re: Checkbox inside Cbsubs plan too small
hello

Due to the fact my site is private and under development (not publicly available), I sent to you a PM with credential for access.

Nice if you can take a look.

thank

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 9 months ago #217926 by krileon
Replied by krileon on topic Re: Checkbox inside Cbsubs plan too small
Add the below CSS to the bottom of your Joomla template and it should resolve the issue.
Code:
.cb_template_bootstrap .cbregTick input { max-width: inherit; }


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.

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
11 years 9 months ago #217931 by dotcom22
Replied by dotcom22 on topic Re: Checkbox inside Cbsubs plan too small
great all is ok now...

thank

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum