2017-01-16 5 views

ответ

0

Пожалуйста, зайдите сюда просто добавить в файл CSS переопределения

/* Mobile */ 

@media only screen and (max-width: 767px) { 
[class*="mobile hidden"], 
[class*="tablet only"]:not(.mobile), 
[class*="computer only"]:not(.mobile), 
[class*="large monitor only"]:not(.mobile), 
[class*="widescreen monitor only"]:not(.mobile), 
[class*="or lower hidden"] { 
display: none !important; 
} 
} 
etc... 

https://jsfiddle.net/8LkLoxcx/