Hi there,
I have Xtheme with Content Dock setup. I have included media queries, but content dock is still displaying on mobile devices. (Test Device Samsung S9+ Chrome)
I have tried using this:
@media ( max-width: 768px ) {
.x-content-dock{
display:none;
}
}