Viewing 1 replies (of 1 total)
  • The problem lies within sml.php. The creater used <p> tags in the php and it is overriding the wordpress page properties. To change this, open sml.php

    line 73 is the pre-text (prepend)
    line 79 is the “Thank you” text
    lines 84, 85 and 86 are the forms

    if ($showname) $return .= '<p class="sml_name"><label class="sml_namelabel"

    To center the lines, add (align=”center”).
    if ($showname) $return .= '<p class="sml_name" align="center"><label class="sml_namelabel"

Viewing 1 replies (of 1 total)
  • The topic ‘Centering the email box and Submit button’ is closed to new replies.