Support

Home Forums Event Espresso Premium White space on registration page

White space on registration page

Posted: February 26, 2016 at 4:20 pm


Danielle Burgi

February 26, 2016 at 4:20 pm

There is currently a lot of white space on the registration checkout page between the personal details and the Register Now button. I checked but it doesn’t seem to be controlled by css. How can I reduce that white space?


Tony

  • Support Staff

February 27, 2016 at 11:04 am

Hi Danielle,

The problem is the theme is adding addtional br tags to the output, which the browser is displaying as it should. Here is the output from your site: http://take.ms/o9374

Here is the output from one of my test sites: http://take.ms/i56Iy

Note there are no BR tags between the input fields.

The quick fix is to add some CSS to eather hide the BRs like this:

#ee-attendee_information-hidden-inputs br {
    display: none;
}

Or set the the ee-attendee_information-hidden-inputs element to display none, like this:

#ee-attendee_information-hidden-inputs {
    display: none;
}

The root cause is likely the theme adding its own formatting function to the_content or possible disabling wpautop and adding their own.

The support post ‘White space on registration 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