To hide or disable the footer menu from mobile and tablet site only. Please go to DIVI > Theme options > Custom css and add this code:

@media (max-width:980px){
#main-footer{
display:none;
}}