× Joomla Facebook Connect support forum

Topic-icon Login-Module: Design Problems with Buttons

Active Subscriptions:

None
15 years 6 months ago #6051 by eWort
Hello,

I just installed the FB-Login component. But I have some design issues with the login module: the "Connect to FB"-Button and the normal Login-Button are somehow cluched together. There is no space between them.
How can I change this? Which files do I have to edit?
Look at my site to see how it looks: www.christliche-ebooks.de

Thank you for your help!
The topic has been locked.
Support Specialist
15 years 6 months ago #6060 by alzander
The template overrides Troubleshooting post should help you:
www.sourcecoast.com/extensions/troublesh...ng-joomla-extensions

Basically, the login buttons are contained in that file. There should be divs and other things you can use to make changes in your CSS to hopefully get what you're looking for, but if you need to modify the code, the article above should tell you how to do it. For CSS, to just make the buttons separate, it looks like if you add the following css code to the file below, you should be good to go on that count:
www.christliche-ebooks.de/templates/gk_mystore/css/style1.css
#form-login button {
margin-bottom: 20px;
}

The Login module html code is messy. It's one of the 'oldest' pieces of JFBConnect, and will be getting a minor overhaul soon. This doesn't help you now, I know, but if you run into issues making changes, just let us know and we'll help get you going.

Good luck!
The topic has been locked.
Active Subscriptions:

None
15 years 3 months ago #7952 by koaby
I'm also have problem with the template override i follow your instruction "here" but no results not with the module or the com. here you can se my page (LINK) any advice will be apreciated. Design!!!!
The topic has been locked.
Support Specialist
15 years 3 months ago #8007 by alzander
Koaby,
What is the name of the file you created for the template override? Looking at your page, it should probably be:
/templates/rt_hybrid_j15/html/mod_jfbclogin/default.php

If not, change it to that. Beyond that, I looked at your page, and the module looks good to me. If you want to change it, and need our help, let us know what you want to change about it.

Thanks!
The topic has been locked.