HI that way will work, you just need to add an additional style to position the text, like.News h2.title{padding-left:50px;}
That will push the title in, if you want it align right, add- text-align:right; -into the above code instead of padding. Hope that helps.