Title: Calendar CSS is wrong
Last modified: March 23, 2017

---

# Calendar CSS is wrong

 *  Resolved [MiKeZZa](https://wordpress.org/support/users/mikezza/)
 * (@mikezza)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/)
 * My calendar (as showing on [http://tinyurl.com/mqkmhs8](http://tinyurl.com/mqkmhs8))
   is not good. The arrows are not displaying as wished; they are not at 1 line.
   Can somebody tell me what line of CSS-code in my theme is causing this?
 * IN some other themes the calendar works fine….
    -  This topic was modified 9 years, 1 month ago by [MiKeZZa](https://wordpress.org/support/users/mikezza/).

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8949881)
 * Where is the calendar on that page?
 *  Thread Starter [MiKeZZa](https://wordpress.org/support/users/mikezza/)
 * (@mikezza)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8949896)
 * It opens when you click on the second drop down.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8949930)
 * You’re missing this CSS:
 *     ```
       div.datepicker  th a.datepickerMonth {
           margin-left: 0;
       }
       ```
   
 *  Thread Starter [MiKeZZa](https://wordpress.org/support/users/mikezza/)
 * (@mikezza)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8949969)
 * I’ve added that but it doesn’t change anything… Can it be something else or a
   resolution problem maybe?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8949991)
 * No it’s definitely a CSS problem. Resolution problems are dealt with by CSS as
   well. Try this code instead:
 *     ```
       html div.datepicker  th a.datepickerMonth {
           margin-left: 0;
       }
       ```
   
 *  Thread Starter [MiKeZZa](https://wordpress.org/support/users/mikezza/)
 * (@mikezza)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8950032)
 * Really really great! Thank you

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

The topic ‘Calendar CSS is wrong’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [MiKeZZa](https://wordpress.org/support/users/mikezza/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/calendar-css-is-wrong/#post-8950032)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
