Title: Text Too High
Last modified: August 22, 2016

---

# Text Too High

 *  [thorax232](https://wordpress.org/support/users/thorax232/)
 * (@thorax232)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-too-high/)
 * The plugin is displaying the numbers for the footnotes too high. It looks goofy
   and in some cases can overlap with text above it.
 * Example 1: [http://i.imgur.com/VXZzj07.png](http://i.imgur.com/VXZzj07.png)
    
   Example 2: [http://i.imgur.com/5a9LvGc.png](http://i.imgur.com/5a9LvGc.png) My
   Page: [http://anarchant.com/points-drug-legalization/](http://anarchant.com/points-drug-legalization/)
 * Any help is appreciated, thanks.
 * [https://wordpress.org/plugins/footnotes/](https://wordpress.org/plugins/footnotes/)

Viewing 1 replies (of 1 total)

 *  [JulianSMoore](https://wordpress.org/support/users/juliansmoore/)
 * (@juliansmoore)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/text-too-high/#post-5643801)
 * HTH
 * I hacked this together using the Mozilla web console in Firefox and then pasting
   into the custom CSS section of the footnotes settings.
 * More pleasing to my eye, RMMV – and it has not been tested for other weird interactions,
   and since it is v. ugly that could happen!
 *     ```
       .entry table {border: 0 !important;}
       .footnote_plugin_index {padding: 0px 0px; border: none !important;}
       .footnote_plugin_link {padding: 0px 0px; border: none !important;}
       .footnote_plugin_text {padding: 0px 0px;border: none !important;}
       .entry tr td {padding: 6px 6px;}
       .footnote_plugin_tooltip_text {
           vertical-align: super !important;
           font-size: 80%
       }
       ```
   
 * Julian

Viewing 1 replies (of 1 total)

The topic ‘Text Too High’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/footnotes_9d9c99.svg)
 * [footnotes](https://wordpress.org/plugins/footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footnotes/reviews/)

## Tags

 * [display](https://wordpress.org/support/topic-tag/display/)
 * [Numbers](https://wordpress.org/support/topic-tag/numbers/)

 * 1 reply
 * 2 participants
 * Last reply from: [JulianSMoore](https://wordpress.org/support/users/juliansmoore/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/text-too-high/#post-5643801)
 * Status: not resolved