From c8e536fcc8c367139385ffa0659daf9723315f16 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 18 Dec 2015 12:58:47 -0500 Subject: [PATCH] adjusting column number for grid view --- index.php | 2 +- views/list_products.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@