When I use Gallery Assist (with Lightbox2) to create a gallery it shows up in right column instead of main content area. Everything works fine widh Garland and Acquia Slate so I don't think it's a Gallery Assist issue.
When I use Gallery Assist (with Lightbox2) to create a gallery it shows up in right column instead of main content area. Everything works fine widh Garland and Acquia Slate so I don't think it's a Gallery Assist issue.
Comments
Comment #1
SpiffBB commentedHello
I dont have a good answer, so im just giving a partial answer because no one else did.
In some cases I had problem that Zeropoint has no CSS for things that are rendered on the site and therefore defaults to system CSS:s, for example some outputs for the Views module. Therefore I suggest you trie firefox with the firebug addon and look att the generated CSS to confirm this. Then you can copy the system generated CSS to the Zeropoint theme and modifye it to your needs.
If for exampla system.css generates:
Font: 100%;
Replace it with:
Font 100 !important;
in Zeropoint (this way your Zeropoint theme will override over values).
Now you have the CSS to controll the look in your theme.
Next switch to Garland and look att the CSS neaded to get the look you want and then make the corrections in your theme.
Hope it will be at least some help!
/O
Comment #2
powery commentedSubscribe
Comment #3
teekay78 commentedTry setting the theme's layout width from "adaptive width" to "fluid width".
That fixes the issue with gallery_assist here.
Comment #4
florian commentedThis behavior will be corrected in the next release.
Comment #5
florian commentedSolved in 6.x-1.12 release.