6
oh i see wath you mean now (at least i hope). You mean the blocktitle?
if so, here is what you can do, assuming you have the default theme:
align this code in theme_blockright.html (in your theme folder) to your liking by changing the div tags
<divĀ class="blockTitle"><{$block.title}>div>
<divĀ class="blockContent"><{$block.content}>div>
or change the variables of the class: 'blockTitle' in your theme.css (also to be found in your themefolder):
Altough that will put all (right-)blocktitles on the alignement you selected.