try moving comments inside styled div
isso.css has explicit 0 margin which is causing the comments to be offset
This commit is contained in:
@@ -50,11 +50,13 @@
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="container">
|
||||||
<script data-isso="//comments.writing.straysong.co.uk/"
|
<script data-isso="//comments.writing.straysong.co.uk/"
|
||||||
src="//comments.writing.straysong.co.uk/js/embed.min.js"></script>
|
src="//comments.writing.straysong.co.uk/js/embed.min.js"></script>
|
||||||
<section id="isso-thread" class="container">
|
<section id="isso-thread">
|
||||||
<noscript>Javascript is needed to display comments.</noscript>
|
<noscript>Javascript is needed to display comments.</noscript>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user