Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. /* change the amount of lines */
  2. .as_magento_product_name {
  3.     -webkit-line-clamp: 4 !important;
  4. }
  5.  
  6. /* make the font a bit smaller*/
  7. .as_magento_product_section {
  8.     font-size: 0.7em !important;
  9. }
  10. /* make grey price fit */
  11. span.as_magento_price_compare_at.money {
  12.     float: left !important;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement