If you do not have a custom stylesheet to add the CSS to, you can add the CSS by clicking on “Customize” then add the CSS to the “Additional CSS” panel.
And because 70% of our users are on mobile devices, and most of them are running at 360px width, I added a media query to our CSS, because the Add to Event Cart button overlapped part of the Show dates text.
/* Screen widths 476px and less
----------------------------------------------------------------------------- */
@media only screen and (max-width: 476px) {
/* Event Espresso adjust show dates position
----------------------------------------------------------------------------- */
/* ref https://eventespresso.com/topic/how-can-i-force-the-event-dates-to-go-up-next-to-the-view-details-button/ */
.entry-content .event-datetimes {
width: 100%;
margin-top:-3.25em;
}
}
Viewing 2 reply threads
The support post ‘How can I force the event dates to go up next to the View Details 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.
Support forum for Event Espresso 3 and Event Espresso 4.