• The widget width seems to be to short because the “At” from attachment is appearing in my website textbox. Also when I click on the name, email or website textboxes it opens the Choose File box.

    Is there anyway I can change the width of the widget or even move it a couple of spaces down so that it’s not close to my other textboxes.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tbumbray

    (@tbumbray)

    Since no one has answered my question can someone tell me how I can either adjust the size of my comment box on the blog page. I want to make it smaller. Or can someone tell me how to move the Name, Email and Website fields before the comment box? Or can I make those fields smaller.

    Hi @tbumbray, I’m not an expert at these things but could you go into the chrome element inspector and try adding more margin above or below things? I have mine set to only allow logged in users to post comments so I don’t have the name and email text boxes on my site. I believe some years ago I made my comments box have less width and fewer lines in the comment field, would this info help you? Kato

    I found my css code and it changes the height and width of just the comment text area, if this helps at all here it is:

    /* adjust comment form */
    .comment-form-comment textarea{
    height:100px;
    width: 200px;
    }

    • This reply was modified 1 year, 3 months ago by katod.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust width of widget’ is closed to new replies.