The content in the carousel is getting cut off at the bottom. It’s worse in IE. I’d like to adjust the overall height to fix the issue. I’ve tried editing various css selectors but I think it’s the .carousel that needs to be adjusted. Adjusting the height from height: 351px to 365px would fix the issue.
I tried adding this to my css file but it didn’t have any impact. Can you help? See attachments in private content section.
}
.carousel {
height: 365px
}