-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indenting the choices #6
Comments
I can take a look tomorrow morning to see if I can help you. Have you checked out the version I have created from this? |
Thank you, I really appreciate it. |
In the other issue #4 |
https://jsfiddle.net/thebobbyblack/xgf9k2hw/ |
Thanks for this @BobbyBLACK I've added a note to the readme that this project is no longer maintained, and I've linked to your repo. I love what you did, and appreciate the work. Glad it has been helpful. |
Ah, I see. Checking that actually helped a lot, because I had forgotten that the original was set up for buttons and I switched to radio buttons, and I think that my css styling on them is causing the problem - it's not something that applies to the original code. |
@E-NewsD if you set up a jsfiddle I will try to assist you. |
Thanks a lot Bobby, but I tried to create a fiddle for it and couldn't get it to run properly, so I need to do some more work on it. I can't tell you how much I appreciate your willingness to help, though. |
Hello, I'm trying to indent the answer choices, either by using "list-style-position: outside;" or a text-indent property, but I'm not having any luck. I can't find the class within the script that refers only to the text of the choices (not the radio buttons) which will allow me to do this. Could you help me with this?
The text was updated successfully, but these errors were encountered: