• Resolved MiKeZZa

    (@mikezza)


    My calendar (as showing on https://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 8 years ago by MiKeZZa.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where is the calendar on that page?

    Thread Starter MiKeZZa

    (@mikezza)

    It opens when you click on the second drop down.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’re missing this CSS:

    
    div.datepicker  th a.datepickerMonth {
        margin-left: 0;
    }
    
    Thread Starter MiKeZZa

    (@mikezza)

    I’ve added that but it doesn’t change anything… Can it be something else or a resolution problem maybe?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    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

    (@mikezza)

    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.