Skip to content

Commit

Permalink
Fixed Product Carousel issue for Botiga Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
himadree committed Aug 29, 2024
1 parent acb0efe commit d667437
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/front-end/css/view/woo-product-carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1453,3 +1453,8 @@
display: -ms-flexbox !important;
display: flex !important;
}
.theme-botiga .row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
2 changes: 1 addition & 1 deletion assets/front-end/css/view/woo-product-carousel.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/css/view/woo-product-carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1951,4 +1951,8 @@ $theme-preset4: #ec3b75;
.theme-botiga .ul.wc-block-grid__products,
.theme-botiga ul.products{
display: flex !important;
}

.theme-botiga .row {
justify-content: center;
}

0 comments on commit d667437

Please sign in to comment.