 
	
		
		
		
		
			
hi, is there a way to hide the socket on mobile devices?
Hey Lyndon,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
  #socket {
    display: none;
  }
}Best regards,
Nikko
