Hi everybody
I’m using the crayon plugin (http://wordpress.org/plugins/crayon-syntax-highlighter/) which is great, powerful and works well with enfold. Evrything is ok but the code formating in the comments which is displayed one few columns (see link below). The main stream of the post or page is well formated, but the comment are ugly with a ‘pre’ format :(
I’ve tried many formating, but nothing who works. I know the question might be out of your scope because it concern a foreign plugin, but there might be a confilct with enfold
Many thanks for your powerful help whatever
Hi Ikyo!
You can fix this issue with some css code – insert it into to the quick css field or child theme style.css file:
#comments .comment_text span {
display: inline;
}
Cheers!
Peter
Ooh ! Wonderful !
Quick and clean !
Many thanks Peter for your help !!