Support

Home Forums Event Espresso Premium Text Obscured

Text Obscured

Posted: February 21, 2014 at 11:53 pm

Viewing 6 reply threads


Kirk Childs

February 21, 2014 at 11:53 pm

(Using the default WordPress theme) on the Event Registration page the Add More Attendees? (click to toggle, limit 4) prompt gets wrapped onto 2 lines and the second line overlaps and obscures the first line.


Tony

  • Support Staff

February 24, 2014 at 2:15 am

Hi Kirk,

Thank you for reporting this.

I have raised a ticket to have this fixed in the next version of Event Espresso, in the meantime if you add this:

#additional_header a {
padding: 1em;
}

To your site, (personally I would use the plugin My Custom CSS)

That should stop the text wrapping until the next version is released.


Kirk Childs

February 24, 2014 at 6:34 pm

Using that code with the My Custom CSS plugin doesn’t fix the issue.


Kirk Childs

February 24, 2014 at 6:55 pm

Ok actually had to set it to 0em before it looked correct.

  • This reply was modified 10 years, 9 months ago by Tony. Reason: Removed css pre


Kirk Childs

February 24, 2014 at 6:57 pm

How can my reply be edited, it was supposed to format the 0em as CSS but something didn’t work?


Tony

  • Support Staff

February 25, 2014 at 2:33 am

Hi Kirk,

I’m glad that worked for you 🙂

It will depend on the theme your using how much padding to apply as it depends on the size of the parent element etc.

The code editor on the forum is often a little strict when users post code so removes more than expected. I have removed the CSS pre tags from the post to just show the value.


Kirk Childs

February 25, 2014 at 4:24 pm

Even with the CSS fix it still looks a bit odd with the text wrapping. Would prefer to just prevent the problem by removing the part of text that says “limit 4”. How can the text be modified?


Seth Shoultes

  • Support Staff

February 25, 2014 at 9:42 pm

It’s a little difficult to remove that text. You could try modifying the ‘additional_header’ CSS class, something like this:

.additional_header {
    margin: 20px 0;
    padding: 1em 2em 1.25em;
}

I basically changed “margin: 20px;” to “margin: 20px 0;”. Does that help?

  • This reply was modified 10 years, 9 months ago by Seth Shoultes.


Kirk Childs

February 26, 2014 at 4:09 pm

Good info that fixed it to a single line!

Viewing 6 reply threads

The support post ‘Text Obscured’ 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