Hi,
I am currently using the Ethoz theme. In my blog post, the comments come up immediately after the end of my post. Is there a way to add some space between the end of the post and the comments section?
Thank you.
Hi,
I am currently using the Ethoz theme. In my blog post, the comments come up immediately after the end of my post. Is there a way to add some space between the end of the post and the comments section?
Thank you.
Hi @bentkieran,
Thanks for reaching out.
To increase the gap between the content and the comment box, you need to adjust the Top Margin of the comment box. To achieve this, you need to add a small piece of custom CSS code to Theme Option > CSS.
.x-comments-area
{
margin-top:80px !important;
}
The above code will work if copied as it is and doesn’t conflict with any existing code.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Thanks
amazing. works as intended. thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.