Is it possible to hide the feedback widget on mobile?

Answered Mark Uretsky 8 years ago

Or if it's possible to add custom css to the widget I can use `hidden-xs` from bootstrap to hide it on mobile :)

Replies (2)

photo
1

Hello Mark,


You can hide it with custom css. So you paste the code in the required place and put display:none; with !important; in the end for class .UR_element.UR_tabHandler if you mean widget tab.

Make sure to put conditions in the code to apply the class

photo
1

Ok thank you!

Leave a Comment
 
Attach a file