Support

Home Forums Event Espresso Premium expand my question across the entire page

expand my question across the entire page

Posted: March 25, 2013 at 4:54 pm


Alli Berney

March 25, 2013 at 4:54 pm

Can anyone explain how I can edit a themeroller template to expand my question across the entire page?

I have some very long checkbox questions and every Themeroller template seems to crowd the question into one narrow column.

I have tried using NO TEMPLATE but it just isn’t every pretty and I am very BEGINNER level with editing code.

Would love any help with this issue. Here is my event page currently.

http://friendsfirst.dreamhosters.com/ff/event-registration/?ee=2


Dean

March 26, 2013 at 2:13 am

Hi,

There is no way to just increase the width of the checkbox questions, it will need to be done for all the question labels.

Add the following to your themes style.css or a plugin such as My Custom CSS.

.event_espresso_form_wrapper label, .event_espresso_form_wrapper span.label {
width: 100% !important;
}

Oh and check your questions, you have some HTML showing on the front end. http://d.pr/i/R6Hn


Alli Berney

March 26, 2013 at 11:38 pm

Thank you. That definitely helped expand the question across the page. Any other suggested code to make it space out a little more evenly? It seems really jammed up.

But more importantly…the HTML in the questions…. Can you not add HTML to the question and value options. The BOLD seems to work in the question portion but color and bold will not show up on values portion. On the front end, it just shows my code.


Dean

March 27, 2013 at 2:20 am

Hi,

HTML is allowed in those fields, so the only thing I can think is that another plugin is affecting them somehow. Can you test the HTML in the fields with just Event Espresso running? I would also swap temporarily to a defualt theme such as TwentyTwelve just to rule out theme interference.


Alli Berney

March 27, 2013 at 10:27 am

So… I deactivated all plugins and changed my template back to TwentyTwelve and it still will not give me the HMTL code on my event. I really need to make my checkbox answers/values BOLD and RED so they will stand out to our participants. Am I not using the correct code? Any other suggestions?


Dean

March 27, 2013 at 10:38 am

Is it possible to get your login details in order to look into this?

If so, please send them via https://eventespresso.com/send-login-details/

NOTE: login details need to be Admin level.


Dean

March 28, 2013 at 2:00 am

Hi,

You have added the HTML to the values section, it seems like that section does not allow HTML. You can safely add HTML to the Question title however.


Alli Berney

March 28, 2013 at 4:20 pm

Bummer. That would definitely be a nice feature to have.

So now I have added some HTML to my question to set them apart. And it is no longer letting me have breaks in my question. It is just pushing them all together into one block, where as just a day or two ago, my rules and regulation question was working correctly with the correct breaks.

I was using the code. Is that correct or are breaks not possible either?


Alli Berney

March 28, 2013 at 4:22 pm

I was using the “” code. Is that correct or are breaks not possible either?


Alli Berney

March 28, 2013 at 4:23 pm

 code


Dean

March 29, 2013 at 7:23 am

Hi,

Sometimes it’s better to use Pastebin or another similar service to post code as the forum tends to be harsh at restricting code if you are not an admin.

It looks like “ tags are stripped from the question (only basic html is allowed)

The support post ‘expand my question across the entire page’ 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