From 452ea21baecb7cdda1b65e4a1a4443b728f582d4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 7 Sep 2018 09:19:26 -0400 Subject: [PATCH] centering testiomonial content --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 20437a9..708b95e 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: northland Storage Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.2 +Version: 1.0.3 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax @@ -16,7 +16,7 @@ Use it to make something cool, have fun, and share what you've learned with othe AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. */ /*-------------------------------------------------------------- -1.0 - Reset +1.0.3 - Reset -------------------------------------------------------------- light brown : #7D3E00; dark brown : #320701; @@ -2926,6 +2926,10 @@ p, a, li, div{ margin-top: 100px; } } +.single-testimonial #content > .mid-content #primary{ + float: none; + margin: 0 auto; +} .post-type-archive-testimonial #primary.content-area{ width: 100%; } -- 2.17.1