fixed mobile view with more than one column
fixed mobile view with more than one column

--- a/bridges/e107/header.php
+++ b/bridges/e107/header.php
@@ -436,6 +436,11 @@
 	width: 300px;
 }
 
+@media all and (max-width: 767px) { 
+html>body .column {
+    width: 100%;
+}
+
 </style>
 <link rel='stylesheet' type='text/css' href='$skindir/style.css' /> \n
 <meta name='viewport' content='width=device-width, initial-scale=1.0' />