- Posts: 14116
- Thank you received: 1639
Responsive Template and DT Register
-
carterkoths
- Topic Author
- Visitor
10 years 5 months ago #39945
by carterkoths
Responsive Template and DT Register was created by carterkoths
I recently installed Responsive. My DT Register form looks great with this template, but radio buttons and check boxes have disappeared on the form. Any thoughts?
www.michiefs.org/index.php/register-now?...k=individualRegister
Thank you
www.michiefs.org/index.php/register-now?...k=individualRegister
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 5 months ago #39950
by ivan.milic
Replied by ivan.milic on topic Responsive Template and DT Register
place this at bottom of template_css.css:
.ui-checkbox INPUT{
opacity:1!important;
-moz-opacity:1!important;
-webkit-opacity:1!important;
}
.ui-checkbox INPUT{
opacity:1!important;
-moz-opacity:1!important;
-webkit-opacity:1!important;
}
Please Log in to join the conversation.
-
carterkoths
- Topic Author
- Visitor
10 years 5 months ago #39960
by carterkoths
Replied by carterkoths on topic Responsive Template and DT Register
That helped. Is there a way to improve the spacing between the check box and the text?
www.michiefs.org/index.php/register-now?...k=individualRegister
Thank you
www.michiefs.org/index.php/register-now?...k=individualRegister
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #39964
by ivan.milic
Replied by ivan.milic on topic Responsive Template and DT Register
Add margin:
.ui-checkbox INPUT{
opacity:1!important;
-moz-opacity:1!important;
-webkit-opacity:1!important;
margin:6px;
}
.ui-checkbox INPUT{
opacity:1!important;
-moz-opacity:1!important;
-webkit-opacity:1!important;
margin:6px;
}
Please Log in to join the conversation.
-
carterkoths
- Topic Author
- Visitor
10 years 5 months ago #39972
by carterkoths
Replied by carterkoths on topic Responsive Template and DT Register
The addition of margin:6px; did not help. I also tried 10px and 20px.
This is what I have:
.ui-checkbox INPUT{
opacity:1!important;
-moz-opacity:1!important;
-webkit-opacity:1!important;
margin:6px;
}
This is what I have:
.ui-checkbox INPUT{
opacity:1!important;
-moz-opacity:1!important;
-webkit-opacity:1!important;
margin:6px;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #39979
by ivan.milic
Replied by ivan.milic on topic Responsive Template and DT Register
Try
margin:6px!important;
margin:6px!important;
Please Log in to join the conversation.
Time to create page: 0.152 seconds