Viewing 2 replies - 1 through 2 (of 2 total)
  • HI.

    I’ve the same problem.

    is there a trick or I must look at something wrong in css files?

    Hi

    The trick is to set a max-width to the .tiled-gallery class in your css. That way, the margin:auto will work … That did it for my site anyway.

    e.g.:
    .tiled-gallery {
    max-width: 800px;
    margin: auto !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center gallery in a page?’ is closed to new replies.