Created
January 23, 2021 17:30
-
-
Save wpbean/cbf9353aba985d0a362adbe2ab6490a1 to your computer and use it in GitHub Desktop.
WPB WooCommerce Category Slider PRO plain text skin equal height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wpb-woo-cat-slider.wpb-wcs-content-type-plain_text.owl-carousel .owl-stage{display: flex;} | |
.wpb-woo-cat-slider.wpb-wcs-content-type-plain_text .wpb-woo-cat-item { | |
display: flex; | |
flex: 1 0 auto; | |
height: 100%; | |
align-items: center; | |
} | |
.wpb-woo-cat-slider.wpb-wcs-content-type-plain_text .wpb-woo-cat-item a { | |
position: relative; | |
overflow: hidden; | |
width: 100%; | |
flex-direction: column; | |
align-items: stretch; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment