You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lemonmade
My footnotes are very narrow when activated and also clip their content. How can I make them wider, like they are on bigfootjs.com? I have the code below. Thanks in advance.
<section>
<article>
<p>
text text text<sup><a href="#fn:1" rel="footnote"></a></sup> text text text
</p>
<div class="footnotes">
<ol>
<li class="footnote" id="fn:1">
<p>footnote text</p>
</li>
</ol>
</div>
</article>
</section>
The text was updated successfully, but these errors were encountered:
@lemonmade
My footnotes are very narrow when activated and also clip their content. How can I make them wider, like they are on bigfootjs.com? I have the code below. Thanks in advance.
The text was updated successfully, but these errors were encountered: