Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #314443

    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

    • This topic was modified 10 years, 2 months ago by Ikyo.
    #314447

    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

    #314514

    Ooh ! Wonderful !
    Quick and clean !

    Many thanks Peter for your help !!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Code format with Crayon plugin’ is closed to new replies.