Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] Formats in Registration Page

  • cberry1971
  • cberry1971
  • OFFLINE
  • Posts: 125
  • Thanks: 7
  • Karma: 0
12 years 2 months ago - 12 years 2 months ago #214581 by cberry1971
[SOLVED] Formats in Registration Page was created by cberry1971
I have 3 fields that I'm struggling with formatting:

User type: Set to 1 line but displays as 2 lines
Terms of Service: Same

Date of Birth: I need to shrink the drop-downs to fit on the page.

Any help is appreciated.

Screenshot here: awesomescreenshot.com/0a7m7zj88

Screenshot also attached but not annotated.

All the best, Chris
Attachments:
Last edit: 12 years 2 months ago by cberry1971.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48708
  • Thanks: 8319
  • Karma: 1447
12 years 2 months ago #214607 by krileon
Replied by krileon on topic Re: Formats in Registration Page
Joomla template issues. First issue is there appears to be a CSS width forced on all inputs. The radio fields displaying odd is due to the Labels changed to block display. Can't help without a link to the issue as would need to see where the CSS is coming from and suggest what to adjust.


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.

  • cberry1971
  • cberry1971
  • OFFLINE
  • Posts: 125
  • Thanks: 7
  • Karma: 0
12 years 2 months ago #214608 by cberry1971
Replied by cberry1971 on topic Re: Formats in Registration Page
Yes.. a link would certainly help..sorry.. Here.

wodrocket.com/pivot/index.php?option=com_comprofiler&task=registers&Itemid=148

Thanks, Chris

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48708
  • Thanks: 8319
  • Karma: 1447
12 years 2 months ago #214621 by krileon
Replied by krileon on topic Re: Formats in Registration Page
The below CSS is causing labels to be block and messing up the display of radio fields.

IN: templates/rt_metropolis/css-compiled/bootstrap.css
ON: Line 1 (looks compressed)
Code:
label { display: block; margin-bottom: 5px; }

With the above you'd need to remove the display, which is setting it to block.

The below CSS is forcing select inputs to a specific width.

IN: templates/rt_metropolis/css-compiled/bootstrap.css
ON: Line 1 (looks compressed)
Code:
select { width: 220px; border: 1px solid #CCC; background-color: white; }

With the above you'd need to remove the width of 220px.


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.

Moderators: beatnantkrileon
Powered by Kunena Forum