Skip to Content Skip to Menu

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

hello, step by step how do i align the reg layout to the middle of the reg section..

  • CloudySky
  • CloudySky
  • OFFLINE
  • Posts: 65
  • Thanks: 1
  • Karma: -7
11 years 7 months ago #222952 by CloudySky
so i ask you again, mr. generalixations....where do i put the above code...because randomly putting it at the bottom of the template css did not work..

wouldnt this go some where under the comp profiler folder..

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

  • CloudySky
  • CloudySky
  • OFFLINE
  • Posts: 65
  • Thanks: 1
  • Karma: -7
11 years 7 months ago #222953 by CloudySky
for once in your forum life...please shoot str8 and tell me exactly where this goes...all you do is give 80% of the info..FULLY HELP ME GET THE FORM TO THE MIDDLE...GIVE ME 100% OF THE 411

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

  • CloudySky
  • CloudySky
  • OFFLINE
  • Posts: 65
  • Thanks: 1
  • Karma: -7
11 years 7 months ago #222954 by CloudySky
fixed a lil of it, it moved to middle good enuff...only problem now is...not all the content is centered..

please check out screenshot and help me get --the legend-- and --the word registration-- to follow suit


Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago - 11 years 7 months ago #222955 by krileon
It should be placed at the bottom of your Joomla template CSS file, but this is suggestive; you can place it in any CSS file that is loaded on that page that you feel is most appropriate. Your Joomla templates main CSS file appears to be at the below location. The CSS is also not a guarantee fix, it's suggestive as well and was testing using a developer console so its usage may need to be adjusted.

templates/bizblue/css/template.css

I'm not sure if this behavior is common where you communicate, but it is not appropriate or appreciated here. I am trying to help you with something we don't even help with (design issues, not even related to CB) so there is no reason to berate me with ranting as again I am just trying to help you, thank you for your understanding.

fixed a lil of it, it moved to middle good enuff...only problem now is...not all the content is centered..

please check out screenshot and help me get --the legend-- and --the word registration-- to follow suit

Change the selector as follows for it to target the icons legend.

FROM:
Code:
.cbRegistration > .cb_form {

TO:
Code:
.cbRegistration > .cb_form, .cbRegistration > #cbIconsBottom {

The title doesn't have a more specific CSS selector so it'd affect all CB pages that have a title. If that's ok then use the below selector.
Code:
.cbRegistration > .cb_form, .cbRegistration > #cbIconsBottom, .cb_template_default > .componentheading {


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.
Last edit: 11 years 7 months ago by krileon.

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

  • CloudySky
  • CloudySky
  • OFFLINE
  • Posts: 65
  • Thanks: 1
  • Karma: -7
11 years 7 months ago #222959 by CloudySky
I'm not sure what your talking about

1. whats a selector

2. what code do i place and where?

a. am i replacing or adding on....

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago #222960 by krileon
When using the below.
Code:
.cbRegistration > .cb_form { padding-left: 25%; padding-right: 25%; }

The below is its selector.
Code:
.cbRegistration > .cb_form

You would use the below instead for example.
Code:
.cbRegistration > .cb_form, .cbRegistration > #cbIconsBottom, .cb_template_default > .componentheading { padding-left: 25%; padding-right: 25%; }


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