Hi how you can see on the attachment, I have some problem for the spacing between the first and the second line of title (not h1 but other h2, h3...I think). they are too close each of other where can i fix that in the styles css ? it's look to be in "article" and not in "pages" thanks a lot Thierry
yes with pleasure ! here an article with wrong spacing : http://www.team4development.fr/mbti-cle-essentielle-pour-le-developpement/ and here spacing ok in a page (not article) : http://www.team4development.fr/evenement-interne-incentive/
Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .post_content h3 span { line-height: 30px; } This will solve your issue. Thanks.
Hi Piyush i'm sorry but it doesn't work properly unfortunatly i'm sure to have properly the code in the custom css
please look at http://www.team4development.fr/organisation-dun-evenement-interne-convention-dentreprise/ the h2 title = Comment sera votre prochaine Convention d’Entreprise ? thanks
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .post_content h2 { line-height:115%; } You can increase and decrease it according to your requirement.
thanks, it works but take care there is a small error on your code : lline with one l and not 2 have a nice day