• The text of the tooltips are displaying as expected when they relate to footnotes on standard paragraphs but when they relate to footnotes on ordered lists the first part of the text is falling outside the mouse-over box.

    An example of this problem can be seen here The tooltips (1 and 2) on para 3 and 4 work as expected but on paras 5(a),(b) and (c) the beginning of the text falls outside the containing mouse over box.

    If anyone has any ideas how I can rectify this problem that would be great – thanks

Viewing 1 replies (of 1 total)
  • Thread Starter martinward

    (@martinward)

    To answer my own question (and there may be a more elegant solution) but adding the following CSS rule to the ‘Custom CSS’ box in the footnotes plugin’s admin page in the ‘customise’ tab seems to correct the tooltip display issue in indented nested lists (in the majority of cases):

    ol .footnote_tooltip {
    padding-left: 40px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Misalignment of text in tooltip when on ordered list’ is closed to new replies.