Really simple question (I hope).
I bought the CSS so that I can create side footnotes on my blog.
I found instructions on how to do so here:
http://en.forums.wordpress.com/topic/sidenotes?replies=13
As I understand it I need to paste this text:
.two-column #content {
overflow: visible;
}
.footnote {
display: block;
width: 234px;
margin-left: 543px;
height: 0px;
}
a.footnoteref, a:visited.footnoteref, .footnote a {
color: red;
text-decoration: none;
}
^^^ into the CSS Stylesheet Editor.
and then insert *my* text:
3<span class="footnote">3. *RIGHT HERE WHERE THESE WORDS ARE*.</span>
^^ and it should then create a side footers, yes?
Unfortunately this is not happening. No matter what theme I used (even Pilcrow theme and Content-Sidebar layout option which this was based off of) I just get the below:
3<span>3. Blah blah blah. I love CSS. Aren’t footnotes so cute? Blah blah.</span>
If someone could help me understand what I'm doing wrong that would be appreciated.
The blog I need help with is rorytrotter.wordpress.com.