Viewing 1 replies (of 1 total)
  • Plugin Author Diana K. Cury

    (@dianakc)

    Hi jordiroscamps,

    That’s really something needing some improvements, For now, you can override the plugin style altogether in order to add your own CSS:

    add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
    function my_deregister_styles() {
        wp_deregister_style( 'pet-style' ); //Pet Manager
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Responsive design?’ is closed to new replies.