Topic: Menu Bar not Centered

Hi,
I have the top navigation bar set to center, but it seems to always be off center. this doesn't matter so much on landscape photos as it isn't as noticeable, it is however incredibly noticeable on portrait photos. I have tried usual tricks to try and control this and have not been able to find a way. Here is a demo page of what I am talking about:
http://www.iona.edu/Academics/School-of … -20.aspx#1

Any suggestions?

Thanks,
Brian

Re: Menu Bar not Centered

Thank you for reporting this issue.
I have logged a bug report with the developers and hopefully it will be fixed in a future version of Juicebox.
In the meantime, you could perhaps tweak the position of the Button Bar using code such as the following in the <head> section of your gallery's web page:

<style type="text/css">
    .jb-bb-bar {
        margin-left: -2px !important;
    }
</style>