Closed vsitaraman closed 5 years ago
How do you vertically align to middle/center when items are different heights in the carousel?
Nvm, figured it out:
.caroufredsel_wrapper .row { display: flex; align-items: center; }
How do you vertically align to middle/center when items are different heights in the carousel?