I've adapted the pushbutton theme for a custom project I am working on. Hence, I've modified the .xtmpl and linked it to my css file.

I've also installed taxonomy_context and fooled around with tons of combinations of styles and 'enabling/disabling' the configuration item that cleans up the styles.

It seems no matter what I do, I cannot shrink the row height that the {breadcrumb} api calls from. So, in my UI the row is like 30px. No mattter what I do, I cannot make it any smaller. The styles I've applied can change all of the text appearance but the tr is never affected.

Any idea if the {breadcrumb} thing declares what style the row height should be that could be overriding my style declaration in the html and css?

Thanks in advance.

- w

Comments

Robert Castelo’s picture

In your template's CSS file:

.breadcrumb {
  margin-bottom: .5em;
 line-height: 1.3;
}

Change line-height to whatever you like

-- Pushbutton Test Experience -->>

------------------------------------------
Drupal Specialists: Consulting, Development & Training

Robert Castelo, CTO
Code Positive
London, United Kingdom
----

Wang123-1’s picture

You are a champ!

It worked just fine.

- W