Home › Forums › Pro Support › Equal Height in Carousel This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago by elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 18, 2021 at 3:27 pm #28254 BillParticipant Hi, Is it possible to display cards with equal height in carousel mode? It works by default when carousel is off. https://mdfolklife.org/stories/ Thanks! Bill March 21, 2021 at 8:03 pm #28304 elvinModerator Hi Bill, You can try adding min-height so the posts with lesser content don’t shrink. try this CSS: @media(min-height:768px){ .wpsp-carousel .wp-show-posts-inner {min-height: 450px;} } @media(max-height:767px){ .wpsp-carousel .wp-show-posts-inner {min-height: 400px;} } March 22, 2021 at 1:23 pm #28357 BillParticipant Thanks! I can make this work. March 22, 2021 at 5:49 pm #28373 elvinModerator Nice one. Glad to be of any help. No problem. 🙂 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