From: Anthony Talarico Date: Fri, 18 Dec 2015 17:58:47 +0000 (-0500) Subject: adjusting column number for grid view X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c8e536fcc8c367139385ffa0659daf9723315f16;p=WP-Plugins%2Fmichsci-products.git adjusting column number for grid view --- diff --git a/index.php b/index.php index 32d11fc..a73a68d 100644 --- a/index.php +++ b/index.php @@ -171,7 +171,7 @@ function michsci_shortcode($atts) extract( shortcode_atts( array( 'limit' => '10' ), $atts ) ); ob_start(); - echo '
+ echo '
'; echo michsci_get_terms_dropdown(); diff --git a/views/list_products.php b/views/list_products.php index 6f63eb9..6ace6b1 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -2,7 +2,7 @@