Hi @jason_hayes
If I inspect the structure of the social buttons, then they are rendered by the “Embedded login form” integration. And the customization of that is only available in the Pro Addon. But as Ramona mentioned on this forum we are not allowed to provide support for commercial products like the Pro Addon.
So if you have any other questions or problems connected to premium features, then please get in touch with us over the ticket system:
and we will help you there.
If you want align the buttons in the Free version, then you should override its styles via custom CSS, e.g. something like this could probably work for you:
#nsl-custom-login-form-1 .nsl-container-embedded-login-layout-below{
text-align: center;
}
However please note that, by adding this custom CSS you will override the style of all embedded login buttons! So if you experience problems with the styles you will need to write additional custom CSS as we can not provide support for custom styling and problems caused by them!