Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Portfolio’ is closed to new replies.
Ich habe Portfolios angelegt und jeweils einen Textauszug hinzugefügt. Da die Texte aber nicht immer gleich lang sind, haben die einzelnen Post unterschiedliche längen. Kann man das verhindern ? Vielleicht eine fixe höhe angeben? Aber wie?
Hey Lin84,
Thank you for the inquiry.
You can apply a minimum height to the grid content container but this will leave gaps or whitespace for items with shorter excerpts. Please add this code in the Quick CSS field.
.grid-content {
min-height: 300px;
}
Best regards,
Ismael
Vielen Dank. Das hat funktioniert.