Topic-icon Registration Display Settings

Active Subscriptions:

None
12 years 3 weeks ago #44082 by tinaug
On my Registration page the 'Register with Social profiles' are not aligning correctly. The same is displayed just below my menu.

How can I set the appearance on the Registration page similar to what it is appearing on your website.

Find attached screen capture for your ready reference.

File Attachment:


File Attachment:
The topic has been locked.
Support Specialist
12 years 3 weeks ago #44094 by alzander
Our template is simply different from yours. There are differences in padding, text size and other features. Looking at your page, things look good to me, but obviously, everyone has their own tastes.

Can you let me know:
* What page we can see that registration page on?
* What, specifically, you're looking to change?

The 'alignment' of those buttons seems correct to me. They're all in a straight line and the text on the left is centered in between the buttons.. so just need to understand a bit more about what you're looking for.

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

None
12 years 3 weeks ago #44103 by tinaug
You can see the registration page here: www.setupmyhotel.com/forum/register.html

I need to put some space ( padding ) between my menu and the Social login buttons and want to increase the font size + make it bold for 'Register With'

Thanks for your swift reply and amazing product !

Augustine
The topic has been locked.
Support Specialist
12 years 3 weeks ago #44110 by alzander
Try adding the following styles to your template's CSS, which should do what you're looking for:
div.social-login {
font-size: 18px;
margin: 10px 0;
}
That increases the font-size and adds 10px of space above and below the row of social buttons.
.social-login .pull-left {
margin-right: 10px;
}
That will add space between each of the elements in the login row.

I hope that helps, but if you have any questions, just let me know!

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

None
12 years 3 weeks ago #44112 by tinaug
Many Thanks for the CSS Alex ! All good now.

Thanks,

Augustine
The topic has been locked.
Support Specialist
12 years 3 weeks ago #44114 by alzander
Glad to help. If you need 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 certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.