I just noticed the “Add reply text box on post page” options in Micro.blog and enabled it. However the look and feel of that section on a post is not in sync with the rest of the site. I have checked the themes settings to identify where I can style it, but I am unable to locate.
Could one of you help me in styling that section. Thanks.
Most themes haven’t been updated to provide a good default style for the reply box, but I checked out your blog and pasting in this CSS should make it look better. Under Design → Edit CSS.
The position on the page is controlled with the {{ if .Site.Params.include_conversation }} section of code. That shows any existing replies to your post as well as the reply text box. You should be able to move those few lines including the <script> tag anywhere in the template.