• I have switched on ‘Comments’ for pages in my theme.

    I get the usual comments layout with each field being under the relevant title:

    Name*
    ________________
    Email *
    ________________
    Website
    ________________

    But then the comments box looks like it is missing a < br/> or similar as the box sits right next to the word Comments like this

    comments _______________________

    I have looked in comments php but can’t find the relevant text using my very basic knowledge of html

    here is one of the pages:
    https://www.okanaganphotography.ca/galleries/weddings/?album=1&gallery=71

Viewing 3 replies - 1 through 3 (of 3 total)
  • One way is to edit the css of your theme, which might be better than modifying the HTML.

    so on the Dashboard click on the Appearance link, and then on the edit CSS link.

    This will open the CSS Stylesheet Editor.

    find the line

    #commentform textarea#comment { width: 91%; }

    and modify it to say

    #commentform textarea#comment { width: 91%; display: block; }

    hopefully that should solve your problem

    Thread Starter James Young

    (@james-young)

    This worked perfectly. Problem solved, thank you.

    pleasure ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments box in wrong place’ is closed to new replies.