footer widgets

how can i make footer area widgets visible to mobile devices?

Hi Edo,

You can prevent the footer widgets from being hidden with this line of CSS:

.fl-page-footer-widgets {
	display:block !important;
}