diff --git a/single.php b/single.php
index ea812f9..a611ffd 100644
--- a/single.php
+++ b/single.php
@@ -34,7 +34,7 @@
if (function_exists('get_field')) {
$related_posts = get_field('related_posts', $post_id);
if (isset($related_posts)) : ?>
-
+
Related Articles
* {
grid-column: 2;
}
@@ -774,7 +779,8 @@ SECTIONS
}
.st-ad-section-long-post-end {
- grid-column: 1 / span 4 !important;
+ grid-column: 1 / span 3;
+ margin-top: 1em;
}
}
@@ -1184,8 +1190,7 @@ COMPONENTS
@media (min-width: 1200px) {
.st-article {
- max-width: 850px;
- margin: 0 auto;
+ max-width: 1000px;
grid-column: 1 / span 3;
}
@@ -1319,20 +1324,22 @@ a.page-numbers,
}
}
+
+
.discourse-comments-area {
- margin: 1em;
+ margin: 1em 0;
}
@media (min-width: 760px) {
- .discourse-comments-area {
+ .discourse-comments-area,
+ .comments-area {
grid-column: 1 / span 3;
}
}
@media (min-width: 1200px) {
.discourse-comments-area {
- max-width: 850px;
- margin: 1em auto;
+ max-width: 1000px;
}
}