Support

Home Forums Event Espresso Premium Multiple Ticket Datetimes appear on the same row even though they are a

Multiple Ticket Datetimes appear on the same row even though they are a

Posted: August 29, 2017 at 11:26 am

Viewing 2 reply threads


Cara Livorio

August 29, 2017 at 11:26 am

On this page, the Crafty Kids Ages 4 to 6 ticket has multiple date times. They are coded as list items in an unnumbered list and I am not sure why two of the list items are displaying on the same row. I expect the Fall & Spring Semester and the Fall Semester datetimes to appear on separate rows. It worked ok in my staging site but in production it is not. Is there a way I can fix this? Thanks!!!

https://artissimastudio.com/kid-teen-art-classes/

Can you


Tony

  • Support Staff

August 29, 2017 at 11:30 am

Hi there,

It’s happening because the elements are floated left, you can use some CSS to prevent this:

.ee-event-datetimes-ul.ee-clearfix .ee-event-datetimes-li {
    float: none;
}

You can add that to Appearance -> Customize -> Additional CSS

https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


Cara Livorio

August 30, 2017 at 8:06 pm

Thank you!!

Viewing 2 reply threads

The support post ‘Multiple Ticket Datetimes appear on the same row even though they are a’ 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