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 {