• Hello, I have been working on my hosted wordpress blog located at https://www.read-how.com/myblog I have applied a theme and am working to modify it to suite my site. However, I have mucked some things up and cuold use some advice please. When you click on the comment link, the comment box is to large and shoves things to the right. I can’t figure out what controls the size for this. Also, when I use the search funtion it aligns all the way to the right, I can’t keep it from doing this.

    Any suggestions on what I can do here? I think I am on version 2.0.3, at least that is what is at the bottom of my dashboard page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • IN your comments.php find this:
    <textarea name="comment" id="comment" cols="66" rows="7" tabindex="4"></textarea></p>
    Decrease that 66!

    Thread Starter readhow

    (@readhow)

    Thanks moshu that fixed my comments issue!!

    When I do a search though my page justifys to the left. Can you give any help with that?

    Thanks

    Try to remove "padding: 0" for body. Smells like another IE bug (in Firefox everything’s fine), although I’m not sure why other pages are not affected.

    Thread Starter readhow

    (@readhow)

    It does look like an IE bug, because FF doesn’t have this issue. Thanks for the suggestion, that unfortunetly didn’t resolve the issue. Any other thoughts?

    Plz, post your index.php, search.php and home.php (whatever of these 3 you have) there and link it here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘My Comment and Search are going haywire?’ is closed to new replies.