diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-06-02 14:37:02 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-06-02 14:37:02 -0400 |
| commit | dffcf669a19d1cfa80304a375d78c9243176f9a6 (patch) | |
| tree | 89ccfdd175e40c7674ae7229a717932d4ddb4e4b | |
| parent | dff4d656f0e9e9a384ac606a0387fba172d42971 (diff) | |
| download | themes-dffcf669a19d1cfa80304a375d78c9243176f9a6.tar.gz themes-dffcf669a19d1cfa80304a375d78c9243176f9a6.tar.bz2 themes-dffcf669a19d1cfa80304a375d78c9243176f9a6.zip | |
remove 50% responsive split for l/r columns at sm width
| -rw-r--r-- | BitThemes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php index 667a90d..18287a9 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -465,7 +465,7 @@ class BitThemes extends BitSingleton { for ($i = 0; $i < count( $this->mLayout[$pColumn] ); $i++) { $r = &$this->mLayout[$pColumn][$i]; if( !empty( $r['visible'] )) { - if( $pColumn == 'l' || $pColumn == 'r' ) { print '<div class="col-md-12 col-sm-6 col-xs-12">'; } + if( $pColumn == 'l' || $pColumn == 'r' ) { print '<div class="col-xs-12">'; } try { // @TODO MODULE UPGRADE under new module organization this is not reliable as tpls are in sub dir in modules/ change this when upgrade is complete list( $package, $template ) = explode( '/', $r['module_rsrc'] ); |
