Hi,
I put in place a pop up with content dock, it work as well but it appears on mobile an take all the space on the screen. How can i desactivate the extention on mobile ?
Thanks,
Geoffrey
Hi,
I put in place a pop up with content dock, it work as well but it appears on mobile an take all the space on the screen. How can i desactivate the extention on mobile ?
Thanks,
Geoffrey
Hello @geoffrey18,
Thanks for asking. 
You can add following CSS under X > Theme Options > CSS to hide Content Dock on mobile devices:
@media only screen and (max-width: 600px) {
.tco-content-dock {
display: none;
}
}
Thanks.
Hi Prasant,
The problem is solve,
Thanks for your help
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.