Skip to content

Instantly share code, notes, and snippets.

@akther80
Created June 29, 2020 11:34
Show Gist options
  • Save akther80/603a3db861008c35c5147f5fa20111da to your computer and use it in GitHub Desktop.
Save akther80/603a3db861008c35c5147f5fa20111da to your computer and use it in GitHub Desktop.
Cartzilla- Woocommerce product title in a single line
.product-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment