From: Anthony Talarico Date: Thu, 16 Aug 2018 17:57:36 +0000 (-0400) Subject: adding margin to the top of the blog template pages X-Git-Tag: v1.0.0^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=12da6d445da1a1cae4a362f142b886288b3db887;p=WP-Themes%2Fnorthlandstorage.git adding margin to the top of the blog template pages --- diff --git a/archive-testimonial.php b/archive-testimonial.php new file mode 100644 index 0000000..10e80e5 --- /dev/null +++ b/archive-testimonial.php @@ -0,0 +1,25 @@ + +
+ +
+
+
+
+
+ + post_content);?> + +

+ +
+ + + +

+ +
+
+
+ \ No newline at end of file diff --git a/parts/testimonial.php b/parts/testimonial.php new file mode 100644 index 0000000..99a178f --- /dev/null +++ b/parts/testimonial.php @@ -0,0 +1,7 @@ +
+
+ + + +
+
diff --git a/single-testimonial.php b/single-testimonial.php new file mode 100644 index 0000000..69a5dad --- /dev/null +++ b/single-testimonial.php @@ -0,0 +1,18 @@ + +
+ +
+
+
+
+
+ +

+ + +

+ +
+
+
+ \ No newline at end of file diff --git a/style.css b/style.css index edaa8d1..e681f3d 100644 --- a/style.css +++ b/style.css @@ -692,7 +692,9 @@ Content #content > .mid-content { /* margin-top: 50px; */ } - +.archive #content > .mid-content{ + margin-top: 200px; +} #primary { width: 69%; float: left;