Forums
(@codinggecko)
13 years, 7 months ago
Check to see if you have this line of code in your CSS. I was completely vexed with the same problem on some sites, but not others. Commenting out or removing this code fixed the problem!
div.entry-content.clearfix { display : none; }
~ cg