Submit Button Not working
Permalink
I have a problem that is most likely a no-brainer for most developers. However, I am not a developer. I have a submit button that is not working. The issue has been identified:
the text-indent you have applied to #footer .loginButton{ -9999px; } moves the "actual button" off the screen
and now I need the solution implemented. See this forum thread for the details on the solution:
http://www.concrete5.org/community/forums/chat/submit-button-on-log...
Thanks.
the text-indent you have applied to #footer .loginButton{ -9999px; } moves the "actual button" off the screen
and now I need the solution implemented. See this forum thread for the details on the solution:
http://www.concrete5.org/community/forums/chat/submit-button-on-log...
Thanks.
I'm not adverse to coding. I just don't know enough to do it correctly. I appreciate the guidance though.
Put this in your main.css:
footer input#submit.btn.ccm-input-submit { background-color: transparent; border-style: none; position: relative; left: 0; overflow: hidden; padding-left: 53px; margin: 0; text-indent: 8px; }
I appreciate the response. I did as you suggested and it works great. Thank you!
You are welcome.
Are you specifically adverse to coding things yourself? If you know a little css/html and are okay manipulating things you can implement your changes pretty quickly.
Put something like this in your css:
Then in your html - have something like this: