Anyone have any good Drupal/Gallery theme suggestions? samples out there?
I have Gallery2 integration working with Drupal and it's very nice but the default Gallery theme doesn't fit very well, too much text at all levels (Gallery, Thumbnails, Images).
I would absolutely love, love love Siriux to be my theme but for some strange reason the width defined for Image Pages in Siriux also applies to the Drupal Navigation column, exploding the Nav. Heh then I have a600px wide Navigation Any way to fix that in the CSS or code?
Posts: 3
I have exactly the same question. If anyone has a clue it will be highly appreciated.
Posts: 2
i spotted the width declaration in the embedded styles on the drupal/gallery pages. i set the width at 400px and sure enough, a rule of:
.content: 400px
shows up actually embedded within the page, trouble is .content is usd by drupal in the side blocks apparantly, i haven't come up with a quick fix yet, i'll post if something short of tweaking the template presents itself.
Posts: 2
ok, so quick fix, i removed the following line:
.content {ldelim} width: {$theme.params.contentWidth}px; {rdelim}
from the siriux theme.tpl file, seems to not break anything while fixing the width dealy-o.
Posts: 135
Nice Roginald.
I believe I ran into another similar problem and the general solution was to add a prefix - renaming all the Gallery CSS classes to .galxxxxx or similar and updating all code as well.
CSS, javascript etc. should have unique names in general for situations like this.