Support

Home Forums Event Espresso Premium Template Modifications – Spaces ?

Template Modifications – Spaces ?

Posted: January 10, 2013 at 9:31 am

Viewing 2 reply threads


milesxx

January 10, 2013 at 9:31 am

Hi, I am having a tiny little problem fixing a template display and wondered what I am missing. There’s a return or a line between “DATES” and the date structure I’ve set up that for some reason I can’t seem to get rid of…

Here’s the code:

http://chopapp.com/#d9j1jxgf

This is the CSS that’s controlling that portion of the page

http://chopapp.com/#1vsyf6tx

I have taken out the padding: 10px and line-height, no change.

And this is what it’s generating:

  • This topic was modified 11 years, 10 months ago by milesxx.


milesxx

January 10, 2013 at 9:46 am

I can’t seem to get your editor to show the image inline…

So just go here, and select VALENTANGO IMMERSION, scroll down to find DATES, you’ll see what I’m on about…

http://closembracetango.com/closembrace/event-registration?ee=22


Dean

January 11, 2013 at 12:15 am

Hi,

If you use Chrome or Firefox (or even a late versioned IE!) the inspect element/developer tools are your friend for debugging html/css.

On examining the code, it appears that a br tag is being added to the code.

It could be as simple as not having a line break in your code so it reads

<span class="span_event_date_label"><?php _e('Dates: ', 'event_espresso'); ?></span> <span class="span_event_date_value">

or add some css

.start_date br { display:none; }
Viewing 2 reply threads

The support post ‘Template Modifications – Spaces ?’ 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