And the title of the widget is not like the other Widgets (“Musique” for example)
For the title I’v done this hack :
Before line 381:
$before_title .= '<h2 class="widgettitle entry-title">';
$after_title = '</h2>';
After line 381:
$before_title .= '<h3 class="title"><span>';
$after_title = '</span></h3><div class="block-div"></div><div class="block-div-arrow"></div>';
in wich file it’s necesary to introduce this changes.
I have the same error in title widget, see http://www.pa-alcala.org “Foto Denuncia”
sorry for my english
I’ve change widgets.php with this resoult: margin exceed than rest of web and the font text is not the same of the web (century gothic)
everything is OK.
378 if ( $webslice ) {
379 //TODO: If you change the title, it will not show up in widget admin panel
380 // $before_title = “\n” . ‘<div class=”hslice” id=”ngg-webslice” >’ . “\n”;
381 // $before_title .= ‘<h6 class=”widgettitle entry-title”>’;
382 // $after_title = ‘</h6>’;
$after_widget = ‘</div>’.”\n” . $after_widget;
}
coment all title reference in widgets.php
I hope that would be useful