From 283c8c083659a4c7e2bbe2fee674fe5e74d516bb Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Tue, 26 Aug 2014 16:26:29 -0700 Subject: [PATCH] Update CSS and footer widgets default number. --- lib/admin/admin-functions.php | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/admin/admin-functions.php b/lib/admin/admin-functions.php index e2c4f00..509935e 100644 --- a/lib/admin/admin-functions.php +++ b/lib/admin/admin-functions.php @@ -42,6 +42,7 @@ function trestle_custom_defaults( $defaults ) { 'trestle_nav_button_text' => '[icon name="icon-list-ul"] ' . __( 'Navigation', 'trestle' ), 'trestle_read_more_text' => __( 'Read More »', 'trestle' ), 'trestle_revisions_number' => 3, + 'trestle_footer_widgets_number' => 3, 'trestle_equal_height_cols' => 1, 'trestle_equal_cols_breakpoint' => 768, ); diff --git a/style.css b/style.css index b58c71c..0fba5ae 100644 --- a/style.css +++ b/style.css @@ -1517,7 +1517,7 @@ Site Navigation .nav-primary, .nav-secondary { display: none; - margin: 0 20px; + margin: 5px 20px 0; margin: 5px 2rem 0; border-radius: 3px; overflow: hidden;