How change position of "Read more"??

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Tue Apr 20, 2010 2:30 pm
How can I change position of "Read more"??

I want this:

Image

Thanks in advance ;)

Regards
User avatar
Senior Boarder

GK User
Tue Apr 27, 2010 8:45 pm
Any help?
User avatar
Senior Boarder

GK User
Wed Apr 28, 2010 10:52 pm
you can try to add float:right for a readon class in CSS files (joomla.css)
User avatar
Administrator

GK User
Wed Apr 28, 2010 11:09 pm
I don't know if I must do this:

/* Readon */
#gk-container .moduletable a.readon{float:right;background-position:0 -42px}
#gk-container .moduletable a:hover.readon, #gk-container .moduletable_color3 a:hover.readon{float:right;background-position:0 -21px; color:#fff;

text-shadow:1px 1px 1px #111c28}
#gk-container .moduletable_color1 a.readon, .moduletable_color2 a.readon{float:right;background-position:0 100%; color:#fff; text-shadow:1px 1px 1px

#111c28}
#gk-container .moduletable_color1 a:hover.readon{float:right;background-position:0 -21px}
#gk-container .moduletable_color2 a:hover.readon{float:right;background-position:0 0; color:#555; text-shadow:1px 1px 1px #fff}

Isn't working... I've tried at the end of the lines and don't either. :(

The site is here: http://www.ptsims.net/portal/ (not final)

Thanks anyway ;)
User avatar
Senior Boarder

GK User
Wed Apr 28, 2010 11:23 pm
joomla.css around line 23 - please add float:right;
User avatar
Administrator

GK User
Thu Apr 29, 2010 11:48 pm
It's working!!!

Thank you!

Regards,
Filipe
User avatar
Senior Boarder


cron