Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with CSS positioning Re: Problem with CSS positioning

#132288
Alen
Participant

Try this:

function new_excerpt_more($more) {
global $post;
return ‘…
ID) . ‘”> ‘.__(‘Readmore’, ‘purepress’).’ ‘;
}

Added `
` for new line.

Or, wrapping the link in `p` tag.

function new_excerpt_more($more) {
global $post;
return ‘…

ID) . ‘”> ‘.__(‘Readmore’, ‘purepress’).’

‘;
}

http://codepen.io/anon/pen/qwjeL