Skip to Content Skip to Menu

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

Spacing Issues

  • unswbsoc
  • unswbsoc
  • OFFLINE
  • Posts: 12
  • Thanks: 2
  • Karma: 0
11 years 3 months ago - 11 years 3 months ago #231051 by unswbsoc
Spacing Issues was created by unswbsoc
Hello,

I have a few style questions to ask today.

www.unswbsoc.com/registration/lostpassword

Can someone point me in the right direction as to how to fix the spacing between the 2 lines of the title.Also the lost username/lost password do not line up with the check boxes

Which file would i need to edit to add in a line break after the register button here
www.unswbsoc.com/registration/registers
I want to display each of the key/legend items on its own line so I would assume that code would be in the same place.

www.unswbsoc.com/user/userprofile/
The word connections overlaps with the number

Under the groups tab the sub tabs are smaller than the text which makes it cut off
Last edit: 11 years 3 months ago by unswbsoc.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 3 months ago #231076 by krileon
Replied by krileon on topic Spacing Issues

Can someone point me in the right direction as to how to fix the spacing between the 2 lines of the title.Also the lost username/lost password do not line up with the check boxes

Multiple ways it can be done. Can add margins. Can add paddings. Can change the vertical alignment. For example the below sets the vertical alignment to baseline for the checkboxes.

Code:
#cb_lost_username_passwd_content input[type="checkbox"] { vertical-align: baseline; }

Can be added to the bottom of your Joomla template CSS file.

Which file would i need to edit to add in a line break after the register button here

No need to edit the output. Just add a margin to the button. Example as follows.

Code:
.cbRegistration .cb_button_wrapper input[type="submit"] { margin-bottom: 15px; }

I want to display each of the key/legend items on its own line so I would assume that code would be in the same place.

Don't need any code edits or CSS for this. Simply edit your fields within CB > Field Management and set their display to 2 Line instead of 1 Line.

The word connections overlaps with the number

No idea, profiles are private and requires login.

Under the groups tab the sub tabs are smaller than the text which makes it cut off

Again, no idea as profiles are private and requires login.

Please understand we do not provide coding or styling assistance unless is to resolve a conflict or bug. I highly suggest contacting a template developer or contract developer to assist with any styling adjustments.


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