Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
2.2k views
in Q2A Core by

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.

Q2A version: 1.5 beta

1 Answer

0 votes
by

I could tell you how to do this with an advanced theme, but why not just add the {clear:both;} rule to the entry-content CSS class?

by
Alright nice suggestion. But I wonder if it would work in all case! Let me try and get back to you.
...