Hi,
I am using a calendar plugin on the right side of the page. but it is not possible to use the mouse on the left side of the calendar on smaller screens. the support of the plugin gave me a hint that something is overlapping this part of the calendar. here is a link to what they found out. http://bit.ly/1mVDBDp
Please help – the deadline has been yesterday …
Uli
ps: there is a custom css I am using which your support suggested to save a problem on an iPad. here is the custom css for information – hope this is not the problem …:
——————
@media only screen and (max-width: 1080px) {
.spb_sidebar_widget.spb_content_element.col-sm-3 {
width: 100%;
}
.spb_parallax_asset.sf-parallax.col-sm-9 {
width: 100%;
}
}
————————-