Viewing 3 replies - 1 through 3 (of 3 total)
  • I have been trying to accomplish this as well. Been digging the code until my eyes bleed. No luck so far.

    Create a div with style and create padding (left).

    Example: <div style=”padding-left: 200px;”>[gallery link="file"]</div>

    to make it really centered some changes in polaroid_gallery.css are necessary:

    in line 12 add:
    text-align: center;

    in line 16 add:
    display: inline-block !important;
    instead of:
    display: block !important;
    in line 17 remove
    float: left !important;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Gallery’ is closed to new replies.