Worked. Thanks.You can use media queries to show/hide certain content based on the screen width.
See this guide: https://xenforo.com/community/resources/responsive-design.2193/
<xen:if is="@enableResponsive">
@media (max-width:480px) {
.cometchatbutton {
display: none;
}
}
</xen:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.