• Hi there,
    I’m trying to move the “Read More” link to a different place other than directly after the text. You can see example on my site, but I’m having trouble porting it to WordPress.

    Example: http://www.ryanmerrill.net/System7

    I know how to make the Read More link say different text and I also know how to put CSS around it, but I don’t know how to move it to a different part of the post box, like I have in my example.

    Does anyone have any tips for this? Or can recommend a place where I can read to find my answer?

    Thanks in advance,
    Ryan

Viewing 1 replies (of 1 total)
  • Hi

    If you put a span around the ReadMore link, you can display it where you want it without changing its position in the code. define its surrounding block as position:relative and declare the span as position:absolute. You can then apply left: and top: to the span and have it display lower down. I think you have to define the span as display: block also.

Viewing 1 replies (of 1 total)

The topic ‘Moving the “Read More” link’ is closed to new replies.