Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Created December 30, 2015 18:14
Show Gist options
  • Save lorenzocaum/2bb048c008888aad7cb5 to your computer and use it in GitHub Desktop.
Save lorenzocaum/2bb048c008888aad7cb5 to your computer and use it in GitHub Desktop.
How to remove excess spacing in between the registration form fields in registration checkout for Event Espresso 4

The CSS below can be added to your child theme's stylesheet (CSS file) or via a plugin like Reaktiv CSS Builder or Simple Custom CSS.

/* Attempt to fix extra spacing on registration checkout page */
#ee-single-page-checkout-dv p>br { display:none; }
div#ee-attendee_information-hidden-inputs { display:none; }