Hi Shelby,
thanks for your response.
yes it was something within the theme (enfold) and in specific the custum CSS styles.
some months ago i got a little code snippet from your support for the same issue (as described above) but only for mobile devices. the code was:
@media screen and (max-width: 768px) {
.tribe-events-notices+#tribe-events-header {
display: block;
}
}
no i saw that i had to ADD the following:
@media screen and (min-width: 769px) {
#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
padding-top:29px;
}
because otherwise the “next” and “previous month were not visibly because the were beyond another element.
that was in a solution from about 769 – 800px in width.
anyway it works now. just with the css changes.
thank you and have a good day.
Michael