I am having issue to clearing float value of entry content area and what i am thinking easiest way to clearning is to applying clearfix to "entry-content" div.
So can anyone help me to know me how to add another class to entry-content div?
e.g. original div is <div class="entry-content"> content here</div> and I want to add clearfix class and would become
<div class="entry-content clearfix"> content here</div>
Please pleas please help me out.