This is a terrific tweak. It had been bothering me that the position of the "read more" link was not modifiable. I have one small correction request though:

The "read more" link seems to butt right up against the end of the teaser, without a space. A leading space would make this tweak more useful.

Comments

mcurry’s picture

Here's a workaround: As of version 1.2, you can override the "read more" text in the admin settings. So, you can insert a non-breaking space (& nbsp;) or other characters before the read more text.

As an alternative, you can alter the .read-more class in your theme's css file to add some padding:

.read-more { padding-left: 1em; }

I'll try to address this issue on my next checkin.

fm’s picture

Excellent. Thanks!

mcurry’s picture

Title: Space between teaser and "read more" link » Default behavior: add space between teaser and "read more" link
Assigned: Unassigned » mcurry
Category: bug » task

Changing this to a task since there's a workaround, and it's really not a bug - you should deal with this by adding proper mods to your theme's CSS files.

In any case, I'll add some inline CSS to the default output formatting so that this is no longer a problem.

todd nienkerk’s picture

Status: Active » Fixed

Version 4.7 is no longer supported. This was probably fixed long ago. Closing after nearly two years of inactivity.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.