Topic: Spacing on Wordpress
http://www.clairscakes.com/?page_id=88
I've embedded the gallery into a Wordpress page using the code below, but I'm unhappy with the amount of space between the top of the gallery and the page header where it says "Cakes". Is there any way to easily fix this?
<!--START JUICEBOX EMBED-->
<script src="http://www.clairscakes.com/gallery2/cakes/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
baseUrl : 'http://www.clairscakes.com/gallery2/cakes/',
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->