Home › Forums › Support › How to set fixed header height This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 15, 2019 at 10:33 pm #783237 ALEKSEI Hello How to set fixed header height? To the pictures were at the same height. attached in private url January 16, 2019 at 6:26 am #783508 DavidStaff Customer Support Hi there, can you provide a link to your Site ( You can replace the current link by editing your original topic ) just want to make sure i can provide you the right CSS to resolve. January 16, 2019 at 9:56 am #783858 ALEKSEI Hi Done! January 16, 2019 at 10:16 am #783879 DavidStaff Customer Support So try this CSS: .grid-container .entry-title { line-height: 2.5ex; height: 5ex; overflow: hidden; } It will force the entry titles height to be 2 lines deep even if there is only a single line. More than 2 lines will be hidden. If you wanted to change it to 3 lines then increase the height: 5ex; to height: 7.5ex ie. 3 x the line-height value. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In