• Resolved sharloo

    (@sharloo)


    I’m wondering if there is a way to delete the border around the thermometer image (preferred) or else provide some padding around the bordered image when inserted into a page. It’s just aesthetics but right now the text displays jammed up against the border. would love it to be otherwise. Maybe a padding attribute?

Viewing 1 replies (of 1 total)
  • Plugin Author rhewlif

    (@henryp)

    I’m not sure what you mean about an image border as the plugin doesn’t create this – perhaps this is something introduced by the wordpress theme you use. But you can add your own padding round the image by wrapping the shortcode within a div element.

    e.g., <div style="padding: 0 50px; float: right;">[thermometer]</div>

    Defining the float option for the div element is crucial to make this work.

Viewing 1 replies (of 1 total)
  • The topic ‘padding or border around thermometer graphic’ is closed to new replies.