From 12da6d445da1a1cae4a362f142b886288b3db887 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 16 Aug 2018 13:57:36 -0400 Subject: [PATCH] adding margin to the top of the blog template pages --- archive-testimonial.php | 25 +++++++++++++++++++++++++ parts/testimonial.php | 7 +++++++ single-testimonial.php | 18 ++++++++++++++++++ style.css | 4 +++- 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 archive-testimonial.php create mode 100644 parts/testimonial.php create mode 100644 single-testimonial.php 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; -- 2.17.1