Hi
Thanks for the reply .. I’ve had servers down before. But that’s usually a few minutes and my other sites (on the same hosting) are then down as well.
This time, only this site was affected and for a few hours (I actually thought it were just the servers).
Strange …
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;
}