I know there a several topics according this issue. Unfortunately none of them solved my problem.
I try to hide Content Dock from landscape mode iPhones, landscape/portrait mode iPads and similar sized screens.
I.e. this code wouldn’t work:
@media ( max-width: 768px ) { .tco-content-dock{ display: none !important; } }
Any idea what I can do?
