• The height of ’email’ input field and buttons are like 5px at the moment, how can I increase the height?

    I found the code below in subscribe2.php, I tried ‘height’ , class=\”commentform\” , margin/padding , nothing works! >.<

    $this->form = "<form method=\"post\" action=\"" . $url . "\"><input type=\"hidden\" name=\"ip\" value=\"" . $_SERVER['REMOTE_ADDR'] . "\" /><p>" . __('Receive Email Updates!', 'subscribe2') . "<br /><input type=\"text\" name=\"email\" value=\"" . __('Enter email address...', 'subscribe2') . "\" size=\"40\" onfocus=\"if (this.value == '" . __('Enter email address...', 'subscribe2') . "') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = '" . __('Enter email address...', 'subscribe2') . "';}\" /></p><p>" . $this->input_form_action . "</p></form>\r\n";

Viewing 1 replies (of 1 total)
  • @auphoria,

    You can either do this by specifying a DIV class/id around the form and specifying the CSS in your style.css file that’s part of your theme or put it inline as a style like: ‘style=”height:60;”‘

Viewing 1 replies (of 1 total)
  • The topic ‘Subscribe2 how to increase the height of input fields?’ is closed to new replies.