Support » Fixing WordPress » Underlined words drop under the line

  • Resolved klaasloeve

    (@klaasloeve)


    Suddenly underlined words drop under the line. Also the actuazation numbers in WP admin are in the lower part of the cirkle.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re facing an issue on the front-end of your website, would you be able to show us that issue?

    Thread Starter klaasloeve

    (@klaasloeve)

    Hi Andrew, thanks for the answer and question. Yes, e.g. at the bottom of page, last word in brown font: https://marionwijs.com/mediales-coaching-per-e-mail/
    Same here: https://marionwijs.com/geistheilung-fuer-tiere/. BR Klaas Loeve

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think I may be misunderstanding the issue, can you let me know what you expect to happen instead of what’s happening right now?

    Thread Starter klaasloeve

    (@klaasloeve)

    Sure. It is my intention to underline the word, i.e. to put a line underneath it.
    The line is drawn indeed, but it is neither intended, nor coded, that the word is additionally also placed lower, that is halfway under the line, instead of on the line.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thanks for clarifying, perhaps it’s because I’ve not had enough coffees that I don’t understand. However I spoke to one of my peers and this seems to fix it:

    
    .post-inner ul li span {
        vertical-align: initial;
    }
    

    Make sure to put that code inside the “Additional CSS” part of the dashboard.

    Thread Starter klaasloeve

    (@klaasloeve)

    Thank you very much, it works!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Underlined words drop under the line’ is closed to new replies.