Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I have a "Our menu" webpage automatically created with Drupal 9 Views module which presents a miniature version of each menu dish webpage in that "Our menu" webpage (illustration image below). My ...
#4: Post edited
- I have a "Our menu" webpage automatically created with Drupal 9 [Views](https://www.drupal.org/docs/8/core/modules/views/overview) module which presents a miniature version of each _menu dish_ webpage in that "Our menu" webpage (illustration image below).
- ## My problem
The Drupal 9 Views module doesn't effect style (CSS) so the output of displaying a miniature version of each _menu dish_ webpage in one single "Our menu" webpage is quite messy as with the following vertical discrepancies:- * No minimal height for the heading areas
- * No minimal height for the images
- * No minimal height for the notes chapter
- ![An image to visually describe the visual problems I have recognized](https://software.codidact.com/uploads/2herx6avmzmB8L69pcTFdHgi)
- ## My question
- What CSS approach will you take to fix the vertical discrepancies?
- I have a "Our menu" webpage automatically created with Drupal 9 [Views](https://www.drupal.org/docs/8/core/modules/views/overview) module which presents a miniature version of each _menu dish_ webpage in that "Our menu" webpage (illustration image below).
- ## My problem
- The Drupal 9 Views module doesn't allow styling with CSS besides adding theme-dependent classes so generally the output of displaying a miniature version of each _menu dish_ webpage in one single "Our menu" webpage is quite messy as with the following vertical discrepancies:
- * No minimal height for the heading areas
- * No minimal height for the images
- * No minimal height for the notes chapter
- ![An image to visually describe the visual problems I have recognized](https://software.codidact.com/uploads/2herx6avmzmB8L69pcTFdHgi)
- ## My question
- What CSS approach will you take to fix the vertical discrepancies?
#1: Initial revision
Fixing horizontal discrepancies with CSS
I have a "Our menu" webpage automatically created with Drupal 9 [Views](https://www.drupal.org/docs/8/core/modules/views/overview) module which presents a miniature version of each _menu dish_ webpage in that "Our menu" webpage (illustration image below). ## My problem The Drupal 9 Views module doesn't effect style (CSS) so the output of displaying a miniature version of each _menu dish_ webpage in one single "Our menu" webpage is quite messy as with the following vertical discrepancies: * No minimal height for the heading areas * No minimal height for the images * No minimal height for the notes chapter ![An image to visually describe the visual problems I have recognized](https://software.codidact.com/uploads/2herx6avmzmB8L69pcTFdHgi) ## My question What CSS approach will you take to fix the vertical discrepancies?