By Pam Besteder on Saturday, 25 April 2015
Posted in General Issues
Likes 0
Views 492
Votes 0
I'm learning CSS little by little, but this has stumped me.

I want to move the text "read more' over the right. That's all.

But I cannot see how to tell the CSS to do that.

Can you help?
Hello Pam,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you please provide us with the link to the page please?
·
Saturday, 25 April 2015 03:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry
http://174.36.237.26/~best2/
·
Saturday, 25 April 2015 03:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Pam,

I am really sorry for the delay of this reply as it is a weekend for us here.
Try apply this css code in your current template custom css file and see how it goes.

#eblog-wrapper span.blog-readmore {
float: right !important;
}
·
Saturday, 25 April 2015 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Yeah! WooHoo....that worked.

Nice. Thank you
·
Saturday, 25 April 2015 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issues resolved.
·
Sunday, 26 April 2015 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post