sitemap
|
contact
Home
Products
SEF Advance
AJAX Scroller
AJAX Register
AJAX Photo Album
AJAX Recommend
Free Products
Support
Frequently Asked Questions
Forum
Download
Free Trial
Purchase
Services
News & Blog
News
Blog
About
Sitemap
Affiliates
Contact
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New registrations now manually approved due to
forum spam
.
Home
Help
Search
Login
Register
Sakic.Net Forum
»
Products
»
AJAX series
»
Ajax register - No room for questions in the "Question and Answer" captcha feild
« previous
next »
Print
Pages: [
1
]
Author
Topic: Ajax register - No room for questions in the "Question and Answer" captcha feild (Read 567 times)
samdyer
Newbie
Posts: 2
Ajax register - No room for questions in the "Question and Answer" captcha feild
«
on:
20 May 2011, 23:00 »
Everything is working great, except that when using the "Question and Answer" captcha option. Once active, the questions break after the first couple words onto the next line in an unreadable manner.
I'm guessing this is a template issue, but I'm not sure how to fix it?
You can see the problem at:
http://www.softwarefordentists.com/index.php?option=com_user&task=register&Itemid=75
Thanks.
Logged
Saka
Administrator
Hero Member
Posts: 2,495
Re: Ajax register - No room for questions in the "Question and Answer" captcha feild
«
Reply #1 on:
21 May 2011, 10:58 »
You can increase the label width in
components/com_ajaxregister/assets/css/validate.css
Code:
[Select]
div.ar_left {
width: 130px;
height: 42px;
float: left;
}
But as your text will probably still be too long I suggest you also decrease the font size for this particular label. Add something like this:
Code:
[Select]
label#answermsg {
font-size: 8px;
}
Logged
samdyer
Newbie
Posts: 2
Re: Ajax register - No room for questions in the "Question and Answer" captcha feild
«
Reply #2 on:
27 May 2011, 01:06 »
Thank you this is very helpful!
Logged
Print
Pages: [
1
]
« previous
next »
Sakic.Net Forum
»
Products
»
AJAX series
»
Ajax register - No room for questions in the "Question and Answer" captcha feild