Hi, Yes, you can customize the appearance of the icons' iframe. But this requires that you modify the CSS of your pages, it is not possible within the plugin's configuration. The .siginf class is the one causing problems it appears. We don't know how to do this within magento, and your theme though.
Thanks for your response, @Frederic_Pinel, but I don't get how can I fix it.
Is that a way to 'split' this block and put Social Login under Clientes Registrados (Costumer Login)block, and Social Sign In under Novos Clientes (register) block?
I've found OneAll_SocialLogin_Block_Login in my login page, but I can't find this block, even in app/design/frontend/base/defaul/template/ and /layout/.
Hi, The situation seems to be that in the site's template, the social login CSS does not display well. You can modify the style in: /skin/frontend/base/default/css/oneall/sociallogin.css to suit your needs. For example: in selector .siginf, margin-right: 10%;.
Answers
Yes, you can customize the appearance of the icons' iframe.
But this requires that you modify the CSS of your pages, it is not possible within the plugin's configuration.
The .siginf class is the one causing problems it appears.
We don't know how to do this within magento, and your theme though.
Regards.
Is that a way to 'split' this block and put Social Login under Clientes Registrados (Costumer Login)block, and Social Sign In under Novos Clientes (register) block?
I've found OneAll_SocialLogin_Block_Login in my login page, but I can't find this block, even in app/design/frontend/base/defaul/template/ and /layout/.
What should I do?
The situation seems to be that in the site's template, the social login CSS does not display well.
You can modify the style in: /skin/frontend/base/default/css/oneall/sociallogin.css to suit your needs. For example: in selector .siginf, margin-right: 10%;.
Hope this helps.