Just noticed that on my pages, I get double icons for the "read more" like this:
http://img167.imageshack.us/img167/8472/weirdcssdo6.jpg
i'll check. keep in my mind that 5x 1.1 version is stable but a little bit buggy since is the first 5x version with 6x features!
By any chance are you using contemplate?
to solve this just modify line 1057 of style.css
from
.links .node_read_more{ background:url(img/readmore.gif) no-repeat; padding:1px 0 0 23px; }
to
ul.links li.node_read_more{ background:url(img/readmore.gif) no-repeat; padding:1px 0 0 23px; }
that worked great.
Thanks.
perfect
wait a sec. it works fine on the frontpage, but on some other pages there is still a double icon like here http://crycity.wonderingfish.com/content/guidetocrycity
help!
anything?
Comments
Comment #1
Lioz commentedi'll check. keep in my mind that 5x 1.1 version is stable but a little bit buggy since is the first 5x version with 6x features!
Comment #2
maedi commentedBy any chance are you using contemplate?
Comment #3
Lioz commentedto solve this just modify line 1057 of style.css
from
to
Comment #4
Marquis commentedthat worked great.
Thanks.
Comment #5
watbe commentedperfect
Comment #6
watbe commentedwait a sec. it works fine on the frontpage, but on some other pages there is still a double icon like here http://crycity.wonderingfish.com/content/guidetocrycity
help!
Comment #7
watbe commentedanything?
Comment #8
Lioz commented