Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1467700

    Hi support
    Why is the mobile responsiveness not working correctly on pages coming from the included plugin The Events Calendar ?
    Please see links.
    Thanks for your time.
    BR Anette

    #1467710

    Hey Anette,

    Thank you for the inquiry.

    Did you add the following css code? It reduces the size of the events container in mobile view.

    #tribe-events-content {
        padding: 50px 100px !important;
    }
    

    To override it, you can add this css code;

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #tribe-events-content {
        padding: 0 !important;
      }
    }
    

    Best regards,
    Ismael

    #1468515
    This reply has been marked as private.
    #1468519

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Bad mobile responsiveness when using plugin The Events Calendar’ is closed to new replies.