Hey all
I'm using Drupal 4.7 with Gallery 2.1 and official module, but whenver i enable Pushbutton theme, the gallery's fonts grow out of proportion messing up the site.

How can i tell Drupal not to increase the font size in gallery when i use pushbutton theme?

Comments

Johnyp’s picture

Anyone?

healer’s picture

hello, the same with my site. but i have a look to the

drupalroot/modules/gallery/drupal_g2.css

ther is this code:

 /* Increase font size */
 #gallery {
    font-size: 100%;
 }

change the size to 70% or what ever fits

greets