Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author luciole135

    (@luciole135)

    I dont have these error with firefox, then try to delete the new CSS rules in
    wp-content/plugins/statpress-visitors/css/pagination.css
    Delete the rule
    table {
    width: 100%; /* à adapter selon vos contraintes */
    table-layout: fixed;
    }
    Is it better now ?

    Thread Starter DarkISI

    (@darkisi)

    Yes, that solved it.

    Thank you ??

    Plugin Author luciole135

    (@luciole135)

    You can just delete the line :
    width: 100%; /* à adapter selon vos contraintes */
    And the rule is now :
    table {
    table-layout: fixed;
    }

    Thread Starter DarkISI

    (@darkisi)

    Thank you. Especially for still looking into it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display Issues Since 1.5.3’ is closed to new replies.