Skip to Content Skip to Menu

[SOLVED] Problems with Bootstrap CSS

  • marse7
  • marse7
  • OFFLINE
  • Posts: 138
  • Thanks: 38
  • Karma: 10
9 years 7 months ago - 9 years 7 months ago #261085 by marse7
[SOLVED] Problems with Bootstrap CSS was created by marse7
This is the second issue I've run across with Bootstrap and CB Subs CSS. The first one happens to the registration buttons. They are truncated and don't allow input. I fixed it using CSS one way and the template designer has a fix here: www.joomfx.com/support/discussion/1284/quickstart-not-working-properly#Item_37

But this is with the membership templates. The rounded templates are borked unless you change this CSS:

.cb_template * {
box-sizing: border-box;
}

If you delete box-sizing (by putting the CSS into a Gantry-type override file) the template is normal.

See screenshots for before and after.

Mark
Attachments:
Last edit: 9 years 7 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 7 months ago #261159 by krileon
Replied by krileon on topic Problems with Bootstrap CSS
It's a known issue the box sizing breaks the rounded template display. There are plans to redo the rounded template usage to use Boostrap panel styling so it's fully responsive and issues like this won't happen. Do not change the box sizing globally or you will break all of bootstraps styling. Instead add the below to the bottom of you Joomla template CSS file to specifically fix CBSubs.

Code:
.cb_template .cbregPlanSelector_rounded * { box-sizing: content-box; }

This has already been reported below.

www.joomlapolis.com/forum/255-developer-members-support/227981-solved-cbsubs-rounded-template-not-working#256410


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.
The following user(s) said Thank You: marse7

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

  • marse7
  • marse7
  • OFFLINE
  • Posts: 138
  • Thanks: 38
  • Karma: 10
9 years 7 months ago #261181 by marse7
Replied by marse7 on topic Problems with Bootstrap CSS
Thank you.

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

Moderators: beatnantkrileon
Powered by Kunena Forum