In this Divi Quick Tip we show you how to hide any section or module on mobile devices using just two small lines of CSS and a CSS class you can use over and over again.
Read the accompanying blog post: http://goo.gl/hUuSrb
Subscribe to our YouTube Channel: https://goo.gl/oxCa4h
Subscribe to Divi Nation on iTunes: https://goo.gl/w8fccT
Subscribe to Divi Nation via RSS: http://goo.gl/vz04Vc
Get Divi Nation on Facebook: https://goo.gl/zPFjxj
Tutorial Details:
Put this code in your ePanle’s custom CSS box and save it.
@media screen and (max-width: 960px) {
.hide-mobile {display: none!important;}
}
Now you can use the CSS Class hide-mobile on any section or module you’d like to hide on mobile devices.