• Resolved fru5t

    (@fru5t)


    Dear Ko-Fi plugin support!

    Before the update I was able to place my ko-fi button in my WordPress articles using the [kofi] shortcode next to the text, but since the update it starts on a new line as if it had a <br> before it. Aesthetically it would be better not to put it on a new line by default. Is it possible to fix it?

    • This topic was modified 3 years ago by fru5t.

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

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

    (@cameronjonesweb)

    Hi @fru5t,

    That is correct, in the latest version the button displays as a block element. This was necessary to fix some alignment issues.

    I wouldn’t recommend displaying the button inline, but if you want to display it this way you can achieve that by adding some custom CSS.

    .entry-content .ko-fi-button {
        display: inline-block;
    }

    Thanks

    Thread Starter fru5t

    (@fru5t)

    Thank You Jones!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Aesthetic defect’ is closed to new replies.