Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants