Support » Fixing WordPress » Comment Box Width?

  • Hey,
    Where is the comment box width defined?
    It’s breaking my design in several places, and I can’t find a definition for it… It’s not in the CSS as the textarea says col=”70″ … Ran a search on this in the files, to no avail…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try something like this in your CSS…
    Obviously, you make adjustments where it suits.
    #commentform textarea {
    width:350px;
    margin:0;
    border: 1px solid #ffffff;
    background: #000000;
    color: #000000;
    }

    Thread Starter jeremywright

    (@jeremywright)

    Fantastic, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Box Width?’ is closed to new replies.