xenomedia / xeno_hero

Drupal 8 module that creates a Hero Paragraphs bundle.
GNU General Public License v2.0
23 stars 18 forks source link

What is the best way to manage the height of the banner? #22

Open jsibley2 opened 5 years ago

jsibley2 commented 5 years ago

I would like to have a banner that is not as tall, while keeping multi-line text centered vertically.

What is the best way to manage this? Thanks in advance.

CodeElegance commented 4 years ago

I had the same issue and modified the module to accept a height parameter (small, medium, etc.). That was the only way I could make it configurable. The parameter adds a class to the hero. I then have CSS rules for each class.