Title: Styling Issues
Last modified: May 1, 2020

---

# Styling Issues

 *  Resolved [bigant841](https://wordpress.org/support/users/bigant841/)
 * (@bigant841)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/styling-issues-22/)
 * I am getting some styling issues when I installed the event. If you select a 
   date the date menu z-index seems off and the arrows are changing. If I switch
   to month view and try to go to a different month the calendar view is no longer
   the same. I am using Tribe event styling with the updated calendar design checked.
   I just installed the plugin from WordPress. I disabled all plugins and I am still
   getting this issue. What can it be?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-issues-22%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Santiago](https://wordpress.org/support/users/sjaure/)
 * (@sjaure)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/styling-issues-22/#post-12788150)
 * Hi [@bigant841](https://wordpress.org/support/users/bigant841/)
    Thanks for writing
   in,
 * What you see in your calendar month view is the mobile version of the calendar.
   
   This happens some times when the width of the container where the calendar is
   loaded is to narrow. This does not seem to be the case. Could you try adding 
   the following code to your theme’s functions.php and see it it changes anything?
 * function customize_tribe_events_breakpoint() {
    return 600; } add_filter( ‘tribe_events_mobile_breakpoint’,‘
   customize_tribe_events_breakpoint’ );
 * Let me know how it goes
    Best Santiago
 *  Thread Starter [bigant841](https://wordpress.org/support/users/bigant841/)
 * (@bigant841)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/styling-issues-22/#post-12802546)
 * Hello and thank you for getting back to me. I tried the code you suggested and
   it is still displaying the mobile version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Styling Issues’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bigant841](https://wordpress.org/support/users/bigant841/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/styling-issues-22/#post-12802546)
 * Status: resolved