Viewing 1 replies (of 1 total)
  • I had the same problem and did a quick fix on my site:

    in the wp-content plugins folder you have a wp-title-2.php (under wp-title-2 folder):

    In the function wptitle2_addTitleField(), find the <div style=”width:100%”>

    Move it just after the <fieldset class=”customtitlediv” id=”customtitle_<?php echo $v; ?>”> line abd change it to

    <div style=”width:71%;padding-top:55px; “>

    Not very elegant but it works!

Viewing 1 replies (of 1 total)

The topic ‘bad look in admin’ is closed to new replies.