Feature Request
-
I’ve made this change myself, but in the plugin-shortcode.php file can you change
$gauge = ‘<div id=”g’.$gid.'” style=”height:’.$height.’;width:’.$width.’;”></div>’;
so that it now reads
$gauge = ‘<div id=”g’.$gid.'” class=”gaugePress” style=”height:’.$height.’;width:’.$width.’;”></div>’;
this adds a general class to each gauage, allowing us developers to have a little more granular CSS control over the gauge for padding, spacing, and floating reasons.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Feature Request’ is closed to new replies.