Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello.

    First thing you’ll want to do is login to WordPress.

    You should have a section called Themes or Design. From there choose Theme Editor. There will be a list of all the files you can edit, the CSS stylesheet should be named style.css. You will have to have write access in order to edit it from within WP admin. Otherwise you will have to find the file via FTP on your website, download it to your computer, edit it, and then upload it back to your site.

    You’ll probably want to check out the following CSS page as well… http://codex.wordpress.org/CSS

    I hope that helps. CSS can be a little tricky if you’re new to it, so please let us know if you need any other help.

    Good luck!

    Thread Starter Karenxxx

    (@karenxxx)

    Thanks. This does look really difficult! I was wondering why the comment box size has increased on some pages and not on others…

    probably not a CSS issue;
    something (maybe the content of the page) seems to have broken the code;
    see validator report on the lnked page with the problem.

    http://validator.w3.org/check?uri=http%3A%2F%2Fcarrotsandclaret.com%2Frecipes%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    http://codex.wordpress.org/Validating_a_Website

    start by double-checking the content of that page and all other pages with the problem, using the ‘text’ setting of the page editor, to see if there is possibly an excess </div> at the end.

    if that is not is, try to deactivate all plugins to see if that solves the problem. if it does, reactivate one plugin at a time and test inbetween to locate the one that caused the problem.

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