Home › Forums › Support › How to set fixed height of container when used as a content template element This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 30, 2022 at 7:08 pm #2478487 nomadiceman I’m trying to figure out how to set the same height for the blog archives. I want the image to be below the excerpt and all blog archives be the same height so that all the images line up You can see the example in the URL I’ve given Basically, I want all blog archive boxes to be the exact same height so the bottom and top all align on desktop thank you for your help, its very much appreciated December 31, 2022 at 5:07 am #2478737 DavidStaff Customer Support Hi there, with the current version of GenerateBlocks it will require some CSS. If you can create your Content Template, and let me see it, i can advise the changes that need to be made and the CSS to be added. December 31, 2022 at 6:57 pm #2479268 nomadiceman That’s awesome David, included is the info January 1, 2023 at 6:42 am #2479554 DavidStaff Customer Support Try this CSS: .generate-columns-container .dynamic-content-template > .gb-container, .generate-columns-container .dynamic-content-template > .gb-container > .gb-inside-container { height: 100%; } .generate-columns-container .dynamic-content-template > .gb-container > .gb-inside-container { display: flex; flex-direction: column; } .generate-columns-container .dynamic-content-template .dynamic-entry-excerpt { margin-bottom: auto; } January 1, 2023 at 7:24 pm #2480100 nomadiceman Thank you. That worked perfect January 2, 2023 at 4:58 am #2480496 DavidStaff Customer Support Glad to hear that Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In