To change the size of product cell on Invoice’s table so they can fit 2 lines of text, just add the below code inside the INVOICE TEMPLATE on "Customize System Emails"
<style type="text/css">
.productitemcell{
height:60px;
}
</style>
Codes, snippets, tips and tricks for web designers using Adobe Business Catalyst, jQuery, CSS3, HTML5 and Respsonsive Design.
To change the size of product cell on Invoice’s table so they can fit 2 lines of text, just add the below code inside the INVOICE TEMPLATE on "Customize System Emails"
<style type="text/css">
.productitemcell{
height:60px;
}
</style>
Web Design Blog by Fabrizio Michels | © All Rights Reserved 2012
Comments
Post has no comments.