Not sure if this has been mentioned before, but couldn't find it in this long thread.
All the side boxes are missing a closing tag of this lineso I added this to all the sideboxes in this modCode:$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '"
Code:$content .= '</div>';
Bookmarks