Styling the more-link class in Sandbox 1.6.1
-
I’m really struggling with this. I’ve tried the following code but it doesn’t seem to have any effect:
a.more-link {
margin: 20px 0 0 0;
}I’ve also tried omitting the a, but this doesn’t work either:
.more-link {
margin: 20px 0 0 0;
}All I want to do is add a top margin to the ‘Read More’ text!
Can anyone help?
The blog I need help with is: (visible only to logged in users)
-
-
@brianheys
Please post the complete URL for the blog you are referring to starting with http:// -
@devblog – that worked a treat, thank you so much.
@timethief – sorry I forgot to add that, I’ll remember next time.
Thanks both!
-
-
- The topic ‘Styling the more-link class in Sandbox 1.6.1’ is closed to new replies.