Support

Home Forums Event Espresso Premium Registration Page Question Formatting

Registration Page Question Formatting

Posted: December 22, 2015 at 2:28 pm


Matt

December 22, 2015 at 2:28 pm

I am a little confused by the way that a few questions are being shown on screen on the registration page.

Some of the Questions have bold text in the wrong place and the spacing between questions does not seem to be equal.

Any ideas appreciated!

EE4 Registraion Page


Josh

  • Support Staff

December 22, 2015 at 3:16 pm

Hi Matt,

What can happen there is the WordPress theme may have some of its own styles being applied to the form inputs, so the formatting can and will vary depending on the WordPress theme.

If you’re open to using a different WordPress you could try switching to a few other themes to see how they look -or- additional styles (CSS) can be applied to make those form inputs have more consistent formatting.

Usually the former isn’t an option so if you go with the latter, we can give you some CSS suggestions if we can view the actual registration page (link) or if it’s a theme we can download somewhere we can take a look.


Matt

December 22, 2015 at 3:20 pm

Hi Josh.

I can’t change the WP unfortunately.
The live event is here: http://www.battleonthebeach.co.uk/events/battle-on-the-beach/

PW: 7HYF%^


Josh

  • Support Staff

December 22, 2015 at 3:56 pm

Hi Matt,

You may want to tweak the values a bit, but this CSS can be added to the end of the theme’s stylesheet, its CSS settings if it has such a thing, or into a CSS editor if you install the Reaktiv CSS Builder plugin.

div.ee-reg-qstn {
margin: 0.5em 0 0.75em;
}

.ee-reg-qstn {
font-weight:bold;
}

.ee-checkbox-label-after,
.ee-radio-label-after {
display: block !important;
}

What the above will do is make all the form labels bold, set the radio and checkbox inputs to their own line (block level), and standardize the margins a bit.


Matt

December 22, 2015 at 4:09 pm

Works a treat, thanks.

The support post ‘Registration Page Question Formatting’ 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