• Resolved rosebud1966

    (@rosebud1966)


    Hello, I use your plugin and Hitchcock-theme. The ‘A’ from the a-z-listing index is lower than the other letters. How to fix it?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Your theme defines the following CSS rule:

    .post-content ol > li:first-child,
    .post-content ul > li:first-child {
    	margin-top: .5em;
    }

    You need to add a more-specific rule to override it. I think the following rule might do it:

    .post-content ul.az-links > li:first-child {
    	margin-top: 0;
    }
    Thread Starter rosebud1966

    (@rosebud1966)

    I add your rule, but it stil has the same disturbing ‘A’. Or should I delete the original CSS-rull?

    Thread Starter rosebud1966

    (@rosebud1966)

    I deleted your rule and just put it back again, and now it’s working, I think. Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The ‘A’ is lower than the rest of the alphabet’ is closed to new replies.