GetSimple Support Forum

Full Version: I18N Gallery Not Centered On Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My site has 5 pages, each featuring a small gallery. However, the galleries are not centered on the content page even though I centred the gallery tags.
I have also tried using (% gallery name=my-gallery-name js=false %) as I am using the I18N cycle slidshow on the same page.
This too does not help.
Any ideas?

Installed Plugins:
I18N Gallery
p01-contact
{under-construction/UNDER_TITLE} Plugin
chaos Wrote:My site has 5 pages, each featuring a small gallery. However, the galleries are not centered on the content page even though I centred the gallery tags.

What do you mean with "centered the gallery tags"?

The plugin replaces the whole paragraph (if there is nothing more) with a div. Thus you need to add a rule div.gallery-cycle { ... } with appropriate styles to your CSS.
Which css file do I add the above rule?
chaos Wrote:Which css file do I add the above rule?

Simply add this code in your css file, that of your template.
Hi Didou
I must be having a blonde moment! I have tried what you suggested - I just cannot centre my galleries!!! I came across a post that suggested putting the following into my template css:

div.gallery-cycle {
margin-left: auto;
margin-right: auto;
}

I have tried everything to get the above to work. Such a small thing is making me crazy.