Comments and ratings
Автор: Donald M.
Просмотрено 1826,
Подписчики 1,
Размещенный 0
I tacked this question on to the end of another topic but it may not have been picked up as that one was marked as solved.
Is it possible to have the text in published comments aligned to the left instead of centre? As it is, it doesn't look very good!
Размещено
Hello.Please give a link to the page with an example.
Автор
https://www.swingswot.com/feedback.php
Try adding this code in the properties of your blog page.
<style>
.topic-comments-body {
text-align: left;
}
</style>
In this video you can see an example of how this can be done.
Автор
That did it, thank you!