Home › Forums › Pro Support › cards of same height in carousel Tagged: carousel This topic has 3 replies, 3 voices, and was last updated 2 years, 10 months ago by elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 2, 2020 at 9:24 am #22090 CarloParticipant Hi guys, please see the carousel in the attached link. How can I make the carousel show the cards all at the same height? Thank you. Best wishes. Carlo https://pbcwebinar.it/test-wpshowposts/ November 3, 2020 at 2:55 pm #22165 TomKeymaster Hi there, You could try giving them a fixed height: .slick-track .wp-show-posts-single { height: 320px; margin-bottom: 50px !important; } November 4, 2020 at 12:46 pm #22202 CarloParticipant Thank you Tom, it worked. If I may ask, how to make the dots below the cards bigger? November 4, 2020 at 7:17 pm #22229 elvinModerator Hi, You can control the size of the dots using this CSS: .slick-dots li button::before { background: black; height: 12px; width: 12px; } Adjust the height and width to your preference. 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