Turn off widget on mobile

Would like to be able to set visibility for widget - ie. turn off for mobile. Takes up too much space and already have a chat button.

3 Likes

Hi @Al13 welcome to community :clap:

/*your widget class*/ must be replaced by the template used (e.g. badge).
Share the link to your widget or the template you used.

@media (max-width: 500px) { 
	. /*your widget class*/ {
		display: none !important;
	}
}
1 Like

Hi there, @Al13 :wave:

Please try to use the Sina’s solution. However, if any difficulties come up, please send me a link to the page, where your widget is installed. I’ll be happy to help :slightly_smiling_face: