Sidebar too high
-
The theme for my site (literary-test.theschaubs.com) has a side-bar widget menu. The Yada plug-in seems to be causing the height of its menus to be too high (85 vs. 21 px). I found and updated the following twice in your functions-widgets.php file:
if ( $title ) {
echo ‘<div class=”widget-title”>’;
// GLS – Removed the next line and added the one after
//echo $before_title.$title.$after_title;
echo $title;
echo ‘</div>’;
}Please verify that my update is correct and let me know if you plan to incorporate it into your future releases so that I know how to handle future release management.
Regards,
Greg Schaub
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sidebar too high’ is closed to new replies.