• Resolved myroxie

    (@myroxie)


    On the glossary index page when you point the cursor to a word, the cursor doesn’t line up with the line I’m pointing to. It is often off by about 2 lines. So you point to one word and another word turns red and it displays a tooltip for a completely different word than the one I’m tying to point to. Drives me nuts trying to read it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Hi,

    It’s because of the styles which are added on your theme:

    pspan.glossaryLink, a.glossaryLink {
    text-decoration: none !important;
    padding-left: 80px;
    padding-top: 50px;
    }

    You can get similar effect, but without the tooltip problem, with this CSS:
    ul#glossaryList {
    padding: 0 100px;
    list-style: none;
    }

    Thread Starter myroxie

    (@myroxie)

    I don’t see where the first rule is located. I added the css you suggest and it is still off by a couple of rows.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Misalignment on index page’ is closed to new replies.