Advertisement
atorresbr

HUST COSMETICS TITLE FIX

Aug 27th, 2021
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. /* HUST COSMETICS TITLE FIX - by Torres Digital | Sites → Lojas Virtuais e e-Commerce */
  2.  
  3. html ul.products li.product-col .woocommerce-loop-product__title {
  4.     white-space: break-spaces;
  5.     overflow: visible;
  6.     text-overflow: unset;
  7.     word-break: break-word;
  8.     word-wrap: break-word;
  9.     text-align: center;
  10.     font-size: 14px;
  11.     margin-bottom: 27px;
  12.     height: 40px;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement