Forums
(@designdragon)
21 years, 7 months ago
In your wp-layout.css you have:
hr { display: none; }
changing it to:
hr { display: none; clear: both; }
should solve the problem.