Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Radio button label width | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Radio button label width

Radio button label width

Posted: August 26, 2013 at 10:48 am

Viewing 6 reply threads


Jake Vizner

August 26, 2013 at 10:48 am

Is there a way to increase width of radio buttons displayed on this page? http://d37.staging.wpengine.com/event-registration/?regevent_action=register&event_id=11

For example, I’d like to have “Past District Governor?” displayed on one line instead of wrapped up in two lines.

I tried the following code in the theme CSS custom options, but it does not seem to be working for me:

/* make the radio box label wider so it doesn’t wrap */

.options-radio-check label {
width: 500px;
}

Thank you,

Jake


Jonathan Wilson

  • Support Staff

August 26, 2013 at 1:15 pm

Hi Jake,

It looks like you’ve taken care of this. Or are you still having issues? I don’t see an “Past District Governor” option.


Jake Vizner

August 26, 2013 at 2:01 pm

Yes, this is still an issue. Past District Governor? and First District Conference? are two questions close the the bottom of the form. Each one has two radio button answers (Yes and No). The goal is to display Past District Governor? and First District Conference? labels on one line instead of wrapping across two lines.

Thank you,

Jake


Jonathan Wilson

  • Support Staff

August 26, 2013 at 3:36 pm

Hi Jake,

You’ll need to modify the width of the “.event_espresso_form_wrapper label” class to something like 300px.

So, it would be something like:
.event_espresso_form_wrapper label {
width: 300px;
}


Jake Vizner

August 26, 2013 at 6:22 pm

Hi Jonathan,

This worked great, thank you! Is there a way to force the drop down control located to the right of “Club Name*” label to start on the new line instead of having label in front of it? Basically, using the same approach as the text box control labeled “Club Number & Name (If not listed above)” located right under Club Name drop down box.

Thank you,

Jake


Dean

  • Support Staff

August 27, 2013 at 12:51 am

Hi,

One way to do it is to make the label width 100%

label[for="DROPDOWN_12"] {
width: 100%;
}


Jake Vizner

August 27, 2013 at 4:04 am

Hi Dean,

That worked!

Thank you,

Jake

Viewing 6 reply threads

The support post ‘Radio button label width’ 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.

Event Espresso - Staging Server