Hello, I have read the other questions about embedding Juicebox code within Muse pages.

The problem that I have is that the gallery is positioned towards the bottom right of the page.

The is the code I am using for a Top Left Gallery

    <script src="owners/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'owners/',
containerId : "juicebox-container",
galleryWidth: "800",
galleryHeight: "900",
backgroundColor: "rgba(229,255,242,1)"
});
</script>
<div id="juicebox-container"></div>

I have tried changing the Muse master from 12 columns to 1 column but this makes no difference.

Can you see what is wrong ?

Many thanks,