Hi
You need to edit the template file corresponding with the post template used for post and add this line of code like here: http://screencast.com/t/i00jJmVsWu
<?php echo $td_mod_single->get_the_tags();?>
The result should be like here: http://screencast.com/t/YxUhetAGTo
Please note that I haven’t tested this on other post templates, so I don’t know how it will behave on those cases.
Thanks!
Hi
Sorry for delay we somehow missed your post.
Assuming that you insert the h3 tags like here: http://screencast.com/t/VjWl3QZ1S1X you can try this custom css ion theme panel > custom css: http://screencast.com/t/D6qRnNHIJU
.td-tags h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.td-tags {
display: inline-block;
}
Thanks!
Hi
Try this custom css: http://screencast.com/t/1a24IGX0v
.td-post-header h3{
margin-top: 0px;
margin-bottom: -5px;
margin-left: 5px;
display: inline-block
}
Thanks!


