Thread Starter
wtroy1
(@wtroy1)
I was able to resolve this by adding widgets to the footer menu then adding this additional CSS:
@media only screen and (max-width:991px){.footer-widget-area{display:block;}}
The footer should not disappear in responsive views.