Support » Plugin: Highlighting Code Block » I have a small problem

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ryo

    (@looswebstudio)

    Thank you for your nice message!

    The code is on the right side in PDF, isn’t it?

    I will try to fix it.

    Thread Starter moein

    (@moeinkd)

    I appreciate your kindness
    Best Regards

    Thread Starter moein

    (@moeinkd)

    Hello
    Did you get a good result?

    Plugin Author Ryo

    (@looswebstudio)

    I’m sorry, I haven’t been able to reproduce this problem yet.
    In my environment, the code is normally left-justified when printed.

    Can’t it be solved by applying the following CSS?

    
    .hcb_wrap pre.prism{
      text-align:left;
    }
    
    Thread Starter moein

    (@moeinkd)

    you’re welcome. I tried this code before
    Does not change

    Plugin Author Ryo

    (@looswebstudio)

    How about adding “!important”?

    Or is it the same even if I use hcb_wrap pre.prism code?

    Thread Starter moein

    (@moeinkd)

    Thanks, I tried this too. But it did not work
    It seems to be a back-end problem and can not be solved with css
    Thank you for your time

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I have a small problem’ is closed to new replies.