mjda
Well-known member
I'm trying to figure out how to get some text floated to the right of the h1 tag in the thread_view template. No matter what I try the text will not go all the way to the right. It just goes right next to the thread title. Any ideas?
Here's what I have right now.
Here's what I have right now.
Code:
<xf:h1>
{{ prefix('thread', $thread) }}{$thread.title}
<a href="">
<span class="featured-thread" style="float: right;padding-left: 15px;">Featured</span>
</a>
</xf:h1>