Skip to content

Instantly share code, notes, and snippets.

@wpbean
Created January 23, 2021 17:30
Show Gist options
  • Save wpbean/cbf9353aba985d0a362adbe2ab6490a1 to your computer and use it in GitHub Desktop.
Save wpbean/cbf9353aba985d0a362adbe2ab6490a1 to your computer and use it in GitHub Desktop.
WPB WooCommerce Category Slider PRO plain text skin equal height
.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