Support

Home Forums Events Calendar Add-on Calender Isssue on different Smartphones

Calender Isssue on different Smartphones

Posted: August 15, 2017 at 3:25 am

Viewing 1 reply thread


SmartDevs

August 15, 2017 at 3:25 am

Hey EE-Team, we checked the Calender in diffenret Smartphones and we get this issue (Image) https://content.screencast.com/users/MathiasSchadewald/folders/Jing/media/2a04628d-d2e9-4e41-9d46-dfa65565dc07/No%20Title%20in%20Mobilephone.png

Is it possible to get the title of the events in the cal in Smartphone? is it maybe a Theme Problem ?


Josh

  • Support Staff

August 15, 2017 at 7:18 am

Hi SmartDevs,

If you check the Calendar’s CSS stylesheet you’ll see that it’s hiding the text by design on small screens. You can change this by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. If you go into the customizer, you can add some code like this to unhide the event titles. Please paste the code between the dashed lines into the stylesheet:

—————————————-

@media only screen and (max-width: 480px){
 #espresso_calendar .fc-event-title {
  display:block;
 }
}

—————————————-

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

Viewing 1 reply thread

The support post ‘Calender Isssue on different Smartphones’ 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