Support

Home Forums Event Espresso Premium I have a css question please

I have a css question please

Posted: May 31, 2013 at 4:08 pm


miranda rota

May 31, 2013 at 4:08 pm

I have 2 questions which I think are about css.

On the event pages, such as this one:

http://bridale-architectural-antiques.co.uk/yep_3/event-registration/?ee=6

1.  where the ‘Date, Start Time, End Time and Price’ are, the info for these does not align properly, the date and the price are indented.  How can I make all 4 line up?

2.  How can I make the gap (verticle) between Price and Registration Details bigger so there is more space between them?

Thank you for your time.

 


Josh

  • Support Staff

May 31, 2013 at 4:55 pm

Hi Miranda,

For #1 you can add this to your theme’s stylesheet:

.span_event_time_value:before {
 content:"\0000a0";
}

For #2 you could do something like:

#event-reg-form-groups {
margin-top: 20px;
}


miranda rota

June 3, 2013 at 6:05 am

Thank you so much – they both worked like a dream! 🙂

The support post ‘I have a css question please’ 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