Disable Content Dock For Mobile

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;
}
}

Website is

I have appeared to have found the issue.

I changed

@media ( max-width: 768px ) {
.x-content-dock{
display:none;
}
}

to .tco-content-dock and it started working correctly

Glad you sorted things out,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.