I am trying to get the video title to display across 1 or 2 lines ( I made this work once in the past but cannot remember how I did it)
Here is the code that contains the title
<div class="p5">
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.video_title|jrCore_url_string}">{$item.video_title}</a>
{jrCore_lang module="jrVideo" id="31" default="album"}:<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.video_album_url}">{$item.video_album}</a>
{if isset({$item.video_category}) && strlen({$item.video_category}) > 0}
{jrCore_lang module="jrVideo" id="12" default="category"}:{$item.video_category}<br>
{/if}
{jrCore_module_function function="jrRating_form" type="star" module="jrVideo" index="1" item_id=$item._item_id current=$item.video_rating_1_average_count|default:0 votes=$item.video_rating_1_count|default:0}
</div>
Attached is a screenshot of what I have now- I would like the title to display as 1-2 lines instead of 1 or 2 words per line
I have tried
<span></span> and <div></div> and <p></p>
updated by @derrickhand300: 12/22/16 11:55:59AM