Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kamlesh08/e6a03641ea661f887d3445a7d291ed1b to your computer and use it in GitHub Desktop.
Save kamlesh08/e6a03641ea661f887d3445a7d291ed1b to your computer and use it in GitHub Desktop.
WooPack Product Carousel - Aloignment of Heading & Add to Cart Button
@nirbhay18
Copy link

.pp-woo-products-slider .product .pp-woo-product-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.pp-woo-products-slider .pp-woo-products-summary-wrap {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment