Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme compatibility: Remove margin around calendar day elements. #164

Open
RadlaHD opened this issue Jul 14, 2017 · 1 comment
Open

Theme compatibility: Remove margin around calendar day elements. #164

RadlaHD opened this issue Jul 14, 2017 · 1 comment
Assignees
Labels

Comments

@RadlaHD
Copy link

RadlaHD commented Jul 14, 2017

 Kalenderanzeigefehler

There are just four days a week, apparently. This is also the case when the line of weekdays is not visible.

http://www.verkehr-mit-koepfchen.de/cb-items/croozer-kid-plus-2-bei-eldorado-die-fahrradschmiede/#timeframe17

@RadlaHD RadlaHD changed the title Calender: Dates don't match with the days of the week, they're displaced. Calendar: Dates don't match with the days of the week, they're displaced. Jul 14, 2017
@flegfleg
Copy link
Member

Hallo,

that´s a theme issue, <li> elements have a margin.
I will add a correction to the next release, meanwhile, add the following to your theme´s css to solve it:

ul.cb-calendar li {
   margin-left: 0; 
}

@flegfleg flegfleg changed the title Calendar: Dates don't match with the days of the week, they're displaced. Theme compatibility: Remove margin around calendar day elements. Jul 16, 2017
@flegfleg flegfleg self-assigned this Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants