• Resolved jwpaasse

    (@jwpaasse)


    On my site https://www.JWPaasse.nl I’m having trouble with entering text breaks into the description part of the Skills widget (called ‘OVER MIJ’). How can I do this?

    And another question on the side: right underneath the Skills widget, there’s a portfolio widget, but the distance in between the skills and portfolio is too big I think. Any way to reduce this gap?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi JW, you can’t enter text breaks because description field is sanitized with esc_textarea() function. It is for for security reasons.

    Distance is normal, but you can apply this custom CSS:

    div#panel-291-2-0-1 {
      padding-top: 0;
    }

    Thread Starter jwpaasse

    (@jwpaasse)

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text breaks in 'Skills' widget’ is closed to new replies.