Here’s how to fix:
Call the side bar before the container for gallery. Search for <?php get_sidebar(); ?>
in the gallery template or single php files, and move it between <?php get_header(); ?>
and <div id="container">
Next set overflow properties to the container <div id="container" style="overflow: hidden;">
This should solve the issue. So far no other side effects yet.