[wp-trac] [WordPress Trac] #60252: Footnote

WordPress Trac noreply at wordpress.org
Mon Jan 15 18:29:47 UTC 2024


#60252: Footnote
-------------------------------+------------------------------
 Reporter:  patrickmoan        |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Posts, Post Types  |     Version:  6.4.2
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------
Changes (by sabernhardt):

 * keywords:   => reporter-feedback


Comment:

 Hi and welcome to WordPress Core Trac!

 I think this issue is because the
 [https://www.elegantthemes.com/documentation/extra/overview-extra/ Divi
 Extra theme] resets `sup` element styles without creating its own styles.
 To confirm that (and/or to fix), could you go to Appearance > Customize
 and paste the following code in the Additional CSS? After clicking
 Publish, view a page with footnotes.

 {{{
 sub,
 sup {
         font-size: 75%;
         line-height: 0;
         position: relative;
         vertical-align: baseline;
 }
 sup {
         top: -0.5em;
 }
 sub {
         bottom: -0.25em;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/60252#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list