Topic-icon Aligning / Centering Registration Buttons

Active Subscriptions:

None
11 years 3 weeks ago - 11 years 3 weeks ago #53187 by voodoorhino
I have been trying to center the registration buttons on the login page and I cannot get them to move there. The float of left or right in .sourcecoast .pull-left works, but I cannot figure out what to edit to center the buttons. Below is a link to a registration page showing the issue.

{Link Removed After Successful Response}
Last edit: 11 years 3 weeks ago by voodoorhino.
The topic has been locked.
Support Specialist
11 years 3 weeks ago #53189 by alzander
Try the following styles:
.sourcecoast.login .pull-left {
  float: none;
  display: inline-block;
}

.sourcecoast.login .row-fluid {
  text-align: center;
}
I hope that gets you going, but if you need anything else, just let us know!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 3 weeks ago #53191 by voodoorhino
That's great thank you.
The topic has been locked.
Support Specialist
11 years 3 weeks ago #53196 by alzander
I'm glad we could help. If there's anything else we could help with, or if you have any feedback for us on anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciate:
extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Thanks,
Alex
The topic has been locked.