• Works well. However to start with there wasn’t sufficient space between the reading time, e.g. ‘Reading Time: 5 minutes’ and my first sentence.

    To resolve this I simply went into the settings and added ‘<b>Reading Time:</b>’ to the ‘Reading time label’ and ‘minutes<p>’ to the ‘Reading time postfix’.

    This added sufficient vertical space and also bolded the word “Reading Time”.

Viewing 1 replies (of 1 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Hi Steve,

    Glad the plugin is working for you. What you did should work, though I would make sure you also include a closing </p> tag if you haven’t.

    I try to keep reading time’s styles to a minimum to rely on the styles of the theme. But you could also achieve the same results using CSS through the customizer.

    .rt-reading-time {
        margin-bottom: 1em;
    }
    
    .rt-label {
        font-weight: bold;
    }

    Would add space after the full reading time (margin-bottom) and bold the reading time label.

    Thanks for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘Sits nicely above my content’ is closed to new replies.