Support

Home Forums Event Espresso Premium EE3 – Need to enlarge questions checkbox area

EE3 – Need to enlarge questions checkbox area

Posted: January 11, 2015 at 2:46 pm


NOBTA

January 11, 2015 at 2:46 pm

Is there a shortcode so I can enlarge the space for the answers (values) to my questions. I thought I figured it out but they keep defaulting back to the original size of 150px. I need them to be 275px.

I would also like to take the “bold” off of the font? Any suggestions.

Thanks so much!


Lorenzo Orlando Caum

  • Support Staff

January 11, 2015 at 8:24 pm

Hey there,

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

Try this CSS for adjusting those fields in Event Espresso 3:

.event_form_field input.ee-reg-page-text-input,
.event_form_field textarea.ee-reg-page-text-input {
    width:275px !important;
}

Then force refresh to see the changes:

http://en.support.wordpress.com/browser-issues/#force-refresh


Lorenzo


NOBTA

January 12, 2015 at 8:23 pm

Hi, thank you for this information. I pasted the adjusted CSS in My Custom CSS and nothing happened to the field it still looks the same.


Tony

  • Support Staff

January 13, 2015 at 2:17 am

Hi,

Change that code for this:

.event_form_field label.ee-reg-page-questions.checkbox-lbl {
width: 275px;
}

Which should work.

To note at 275px there are a couple of questions that still break to a second line, 295px prevented this when I was testing. Also this code will only apply to your checkbox labels.


NOBTA

January 13, 2015 at 6:36 am

Thank you so much, this worked.

The support post ‘EE3 – Need to enlarge questions checkbox area’ 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