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

    (@henryp)

    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.

    Thread Starter tazcrzy

    (@tazcrzy)

    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!

    Plugin Author rhewlif

    (@henryp)

    Sorry, forgot to mention the line #s. Add the css code to the svg element on lines 185, 191 & 195 in the plugin editor.

    Plugin Author rhewlif

    (@henryp)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Landscape Orientation’ is closed to new replies.