Forum
Welcome, Guest
Please Login to access forum.
Re:how do i turn off chat for mobile ? (1 viewing) 
Go to bottom
TOPIC: Re:how do i turn off chat for mobile ?
#677
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:how do i turn off chat for mobile ? Karma: 79  
If the chat rendering mode that you are using is 'Custom module' you can use module exclusions feature of Responsivizer to turn off the chat on mobile devices.

If you are using 'Auto' mode as rendering of the chat, you need to add the following style to the main.css of Responsivizer:

Code:

@media ( max-width : 640px){ div.jchat_tabpopup, #jchat_base { display: none !important; } }
 
Logged Logged  
  The administrator has disabled public write access.
Go to top