Salute! I want the jivosite online consultant not to appear with a monitor width of less than 770px.
CSS doesn't help:
@media (max-width: 770px) { #jivo_top_wrap, #jivo_chat_widget, #jivo-label-wrapper, div#jivo_chat_widget, #tel, #jivo, #jivo-iframe-container, #zub p { display:none; } } JQUERY does not fit - because I do not want to connect the library I do not need.
if( $(window).width() > 770) { код } What other options could there be?