• Resolved David181

    (@david181)


    Hi there,

    I switched my old theme to the standard comment form (<?php comment_form(); ?>) – which works great except one point: I want to display a <br /> between the label and the field / text area.

    Example: https://***.de/schlager-volksmusik/

    How can I achieve that?

    Thanks you so much!

    Best,
    David

    • This topic was modified 6 years, 6 months ago by David181.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Joey

    (@leglesslizard)

    Hi David,

    I think if you set the label for the text field to display: block; you should be able to achieve what you want. This should be doable by adding the following to your style.css file:

    .comment-form-comment label {
        display:block;
    }

    Regards,
    Joey

    Thread Starter David181

    (@david181)

    Hi @leglesslizard,

    you are my hero.
    Worked perfectly.

    Thanks a lot!

    Best,
    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment form: Return ( between label and text field’ is closed to new replies.