Topic-icon Login form layout

Active Subscriptions:

None
7 years 1 week ago #61708 by wshaowei
Login form layout was created by wshaowei
Hi,

I select top in the "Integrate into Joomla Login" option, but the layout seems to be strange.
(www.carnivoreraw.com/account-management/login-logout)

How can I make it better?
Thanks
The topic has been locked.
Support Specialist
7 years 1 week ago #61710 by mel
Replied by mel on topic Login form layout
This looks like it's just issues with the styling on the page. You could add something like the following to get more space between the social login buttons and login form:
.sourcecoast .row-fluid {
margin-bottom: 10px;
}

If you want to place it underneath the form, then change that style to margin-top. Putting the social buttons anywhere else on the page would require you to do a template override of the Joomla login page.

-Melissa
The topic has been locked.