• Resolved mklandwp

    (@mklandwp)


    Hi,Dear HCB's creator, I do really like this plugin,thank's for your work.
    
    Now I found some little display issues when I use "Codilight Lite" theme.
    
    It looks not completely displayed and line number for the corresponding line height are inconsistent.
    
    It's copy of issue's image: https://mkland.net/test/testHCB.png
    
    Test Javascript Code:
    // get array include <img>(without parentNode<a>)
    var oImgAry = [];
    if (oGalleryArea){
    
    Theme:Codilight Lite
    
    I'm not good at CSS,but When I modify your hcb_style.css in under, It's fixed.(add padding: 0;)
    .hcb_wrap code,.hcb_wrap span {
        padding: 0; /* added */
        box-sizing: border-box;
        font-size: inherit;
        font-family: inherit;
        line-height: 1.5
    }
    
    Could you help me take a look if such a modification is necessary?
    
    Thank's again.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ryo

    (@looswebstudio)

    We cannot guarantee that it will work with all themes without problems, so you may need to make minor adjustments depending on the theme you are using.

    However, we will add padding:0 to the plugin in the next version 1.5.2, so please wait a while.

    Thread Starter mklandwp

    (@mklandwp)

    Thank’s a lot for your reply.
    Thank’s your work.

    Best regards.

    Thread Starter mklandwp

    (@mklandwp)

    It’s resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘In some themes, a little display issue?(not completely display…)’ is closed to new replies.