• Resolved bdthemes

    (@bdthemes)


    Another problem fetch. You used:

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    This box sizing conflict with our theme, can you use this way:

    .wpdt-c * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    So it will not conflict with others.

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi there! Thank you for the suggestion, we forwarded that to the developers and will make sure this will be added to next version.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Global Box Sizing: Border-Boxed problem.’ is closed to new replies.