Viewing 2 replies - 1 through 2 (of 2 total)
  • add something like
    .order-branding .company-logo img { width:364px; height:125px;} in your

    woocommerce-delivery-notes\templates\print-order\style.css

    giovanni lorenzini

    (@giovannilorenzinigmailcom)

    You can put in your theme function.php the following code

    function example_logo_with() {
    	?>
    		<style>
    			.order-branding .company-logo img {
    				width: 200px;
    				height: auto;
    			}
    		</style>
    	<?php
    }
    add_action( 'wcdn_head', 'example_logo_with', 20 );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo Size’ is closed to new replies.