I’m afriad this plugin doesn’t produce horizontal thermometers. What you could do is rotate the whole image by adding a line of css code, but this will also rotate the text 90 degrees.
To do this you can add transform: rotate(90deg); to the style tag of the svg in the plugin file /includes/therm_svg.php. You can access this via the plugin editor via WordPress’ plugins menu.
Thank you, however I don’t see the style tag you are referring to. Can you give me the approximate line of code to place it in? Thanks!
Sorry, forgot to mention the line #s. Add the css code to the svg element on lines 185, 191 & 195 in the plugin editor.
Just to inform you that in the latest update of the plugin (2.1) I have included an option now to render the thermometer with a landscape/horizontal orientation.