• Hey Reading time WP,

    Is there any way to add a small line break after the minutes?

    Cheers

    Tom

    The page I need help with: [log in to see the link]

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

    (@yingling017)

    Hi there,

    You can add some CSS through the Customizer Additional CSS panel (go to Appearance > Customize > Additional CSS in the backend).

    Targeting the .rt-reading-time class should work. Note: if you’re using the shortcode you’ll need to target .span-reading-time until the next update is pushed.

    For example this would add 10px of space under the reading time.

    .rt-reading-time {
        margin-bottom: 10px;
    }

    Let me know if you have any issues.

    Thread Starter tombcm

    (@tombcm)

    Lovely thanks Jason. Worked perfectly of course.

    Much appreciated.

    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line break’ is closed to new replies.