I upgraded to Gantry 4.1.10 and I'm glad to see that the new J3.1 tags have been integrated in.
I have built a custom template with a custom name, and am slowly migrating the new code over. However, although I have not made any modifications to my custom template, I do see that the tags are being injected into the articles, so I assume that function is added via the framework and not the template directly.
Where can I find the code that adds the tag divs? And how do I control their positioning? Right now, they are being displayed at the bottom-left corner within the <article class="item-page> element.
My articles have the following basic structure:<article class="item-page>
<div class="gantry-width-block">
<!-- START: Modules Anywhere -->
A series of divs
<!-- END: Modules Anywhere -->
</div>
<div class="clear"></div>
<div class="details">
Core of article content
<h3></h3>
</div>
</article>
What I'd like to do is to have the tags display to the right of the <h3></h3> element in the article core.