Support

Home Forums Event Espresso Premium White space under register button

White space under register button

Posted: August 6, 2019 at 1:55 pm


jlnewell

August 6, 2019 at 1:55 pm

I have seen an answer to this before, but the CSS that was stated did not work for me.

I have extra padding under the registration button on the below link. I have used CSS to remove the extra margin for the ticket selector already. When in text mode of the edit event the text is 2 lines below the top of the edit screen. I can send a screen shot if needed. ideas?

https://www.mmlcevents.info/events/who-are-we-what-library-professionals-need-to-know-about-gender-sexual-identity/


Josh

  • Support Staff

August 6, 2019 at 2:16 pm

Hi,

It looks like from viewing the page source that something on your site is injecting break tags for every time there’s a new line in the content. You can remove the ones that get added around the ticket selector by adding this CSS:

.event-tickets > br {
  display: none;
}


Josh

  • Support Staff

August 6, 2019 at 2:21 pm

One other thing: Instead of hiding the “Powered by Event Espresso” credit text with CSS, you can set an option in the admin to remove it. You go Event Espresso > General Settings > Admin Options and set “Link to Event Espresso in your Registration Page?” to No.

  • This reply was modified 4 years, 8 months ago by  Josh.


jlnewell

August 6, 2019 at 3:53 pm

thanks, that worked.

The support post ‘White space under register button’ 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