[Pro] Read more action

Hey all
I am using the read more action and I wonder if there is a way to mover the “read more” up closer to the thumb image
here is link to the page I am working on

http://spiritidesign.com/readmore.html

thx


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You could start by taking the line break out after every image.

Then remove the empty span you have in there (make sure there are no spaces or stray styles)

Then look at your .more style - it needs some additions


.more {
color: #999;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
text-transform: capitalize;
cursor: pointer;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
}

If you look at your version you will see that there is an extra colon (:slight_smile: before pointer

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hey buddy Dave

I added your mark up on page and took out the extra colon in extended style thx for catching that

so now the hand appears thx

from looking at my FW layout. If I bring my text up a line the read more action won’t work
and the action insert is right below the thumb image, no spaces from what I see


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Have you uploaded yet?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

yep just uploaded the recent


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Looking at your code I can see an extra span in there - more2. Not sure where that is coming from. Is it shown in the item pane?

If you can eliminate that it will make a difference.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

hey Dave

that more2 was on another test page but I deleted it and uploaded… I do not know what difference it would make as it was on another page but I deleted it


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It looks like the action creates an extra Span in the code - 1 for each instance of the action.

Normally this wouldn’t be an issue but as you want to get your Read More text as close to the image as possible then I have added some extra code in Page Html Markup in the before section to hide the extra span(s).

#more1, #more2, #more3, #more4 { display: none;}

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options