Bring Your Business to Life › Support › Popular Widget › Make title and content box appear as one unit › Reply To: Make title and content box appear as one unit
March 19, 2012 at 8:47 pm #45528
Keymaster
This is a bug on the plug, you will have to edit the plugin. I will apply the fix on the next release.
just move this code in line 119 and 120
if( isset( $title ) ) echo $before_title. $title . $after_title . "\n";
just after line 123 so that the code looks like this
$output = $before_widget."\n"; if( isset( $title ) ) echo $before_title. $title . $after_title . "\n";