Posted: January 20, 2014 at 9:21 pm
|
I have added additional questions a set in a question group, but when looking at the form, they are restricted to a narrow column on the left hand side of the page. I’ve reviewed some other responses, but being a novice, I can’t understand how to correct this problem, as I can’t seem to find the appropriate line in the template to fix this. Thanks! |
|
Hi Elizabeth, It’s hard to say without seeing a form as an example, but usually this is due to the theme having specific CSS styles that control the width. If you can supply a link, I can take a look and hopefully point you in the direction of a resolution. |
|
Thanks Dean….here is a link to the registration page – as you can see all the additional/travel questions are lined up on the left side of the page, making it difficult to read! http://alcesconference.org/event-registration/?ee=1 |
|
Same thing happens in my site…was about to post it here too |
|
Here is mine: http://rccgnayasm.org/event-registration/?ee=2 |
|
Try adding this to your css: .event_espresso_form_wrapper div.single-radio label { width: inherit; } .event_espresso_form_wrapper div.multi-checkbox label { width: inherit; } I would recommend using the my-custom-css plugin. |
|
I will check out the plugin – thanks. Where (which template?) does that code go into exactly? I haven’t done much with editing css before… |
|
With the my-custom-css plugin, it gives you an area in the admin where you can copy that css into. The plugin will then add the css to the pages. That’s what makes it highly recommended. You can add css without having to edit any files. Be careful copying and pasting from the forums, however, as the forum software will leave in those line numbers above. You’ll have to edit the line numbers out once you’ve pasted the css into the plugin text editor. |
Hello, Sidney. Your CSS worked for my Terms and Conditions check box question on my registration page via the My Custom CSS plugin–not squished to the left anymore. Thank you! Regards. <code>.event_espresso_form_wrapper div.single-radio label { width: inherit; } .event_espresso_form_wrapper div.multi-checkbox label { width: inherit; }</code> |
|
Sorry, disregard the |
|
the open code and close code. |
|
|
Thank you for the instructions! that fixed all the checkboxes and radio buttons. is there another line I can add to fix the text boxes as well? Everything else has been corrected, but the text boxes are still forced on the left column. |
|
Hi, You could use .event_espresso_form_wrapper label, .event_espresso_form_wrapper span.label { width: 100% !important; } This will result in the questions looking like this http://take.ms/NYcNP |
|
Thank you – it appears all the question are now aligned across the page better! |
|
You’re welcome! |
The support post ‘Registration form questions are forced into a narrow left-hand column.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.