×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: "Read more" before "Write comment" link. Is it possible?

"Read more" before "Write comment" link. Is it possible? 14 years 3 months ago #8063

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Hi,

I would like to place the read more link before the write comment link on my website.

I did a search on the forum but did not find anything related.

Can anyone help me with that?

"Read more" before "Write comment" link. Is it possible? 14 years 3 months ago #8064

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081

"Read more" before "Write comment" link. Is it possible? 14 years 3 months ago #8067

  • Rogério
  • Rogério's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Thanks Daniel!

Just before receiving your reply I found a solution for this changing line 657 In my JA_purity template.css

I made the "a.readon{}" float right instead of left and it´s working.

Although this is not exactly what I want it´s working and will give me more time to look into the topic that you pointed to me.

Here is the code that i changed. Maybe this will help someone.
a.readon {
	float: right;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
  • Page:
  • 1
Time to create page: 0.106 seconds