Skip to content

Instantly share code, notes, and snippets.

@MarceloFullStack
Last active July 11, 2020 17:50
Show Gist options
  • Save MarceloFullStack/146253bf9c8be498d1105044b4caf356 to your computer and use it in GitHub Desktop.
Save MarceloFullStack/146253bf9c8be498d1105044b4caf356 to your computer and use it in GitHub Desktop.
Woocomerce tips
########################### /* Alinhar botoes comprar */#################################
.woocommerce ul.products li.product h2 {
line-height: 2.5ex;
height: 5ex; /* 2.5ex for each visible line */
overflow: hidden;
padding:20px !important
}
########################### /* Alinhar botoes comprar */#################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment