Hello,
On Iphone blog layout, the second line of the title is superimposed on the first line of the article.
How to fix that ?
see on Iphone : http://fapisere.fr/_fapi_2012/
Best regards
.article-meta.blog { margin: 10px 0; }
.article-meta.blog h2 { margin: 0; }
.article-meta.blog { margin: 0; }
.article-meta.blog h2 { margin: 0; }
.gkCollapsible { min-height: 40px; }
.gkToggle.hide { background: transparent url('../../images/mobile/btn_hide.png') no-repeat center center; }
.gkToggle.show { background: transparent url('../../images/mobile/btn_show.png') no-repeat center center; }
You can simply remove it from iphone.css file.