Topic: How Center Juicebox Gallery?

Hello,

http://chesterfieldsbronzes.com/

My gallery is left justified and I would like it truly centered. You can see this if you run lines from the left and right arrows up.  It becomes very obvious in portrait mode on a phone. 

I tried the fix recommended in other threads but it has not worked.  Any help would be appreciated.

Sincerely,
Mike

Re: How Center Juicebox Gallery?

Using the following code (as you do) will horizontally center the gallery in its parent container.

<div id="juicebox-container" style="margin: 0 auto;">

However, you may then need to horizontally center the gallery's parent container in its parent container.
Your gallery seems to be nested within 7 further <div> containers and an <article>.
Looking at your web page, it looks like you may need to horizontally center the <div class="entry-content"> within the <article class="post-13 page type-page status-publish hentry"> (using the same method as before).

Re: How Center Juicebox Gallery?

Steven,

Thanks for the quick and detailed reply.  You are correct, it turned out to be a setting in my theme.  Thanks for the help.
Mike