I'm trying to wrap the text from a post around a partial, which renders a but is seems the best i can do is get it to do is align right. Any ideas?
<%= render "shared/slider" %>
<%= render "shared/calender" %>
<div id="post-1">
<b><%= @post.first.title %></b>
<%= simple_format(@post.first().content) %>
</div>
<script>
#post-1
{
align: right;
}
</script>