Hi @mokshasharmila13,
I tried this CSS code that I got from the Style file:
.order-branding .company-logo {
height: 20px;
width: 80px;
margin-bottom: 20px;
}
But it doesn’t make any changes!
Please, what is the correct CSS code?
Thank you very much,
Hi @davidovic123,
We will convey this to our development team to resize logo,height and width.
Regards,
Moksha.
Thank you, @mokshasharmila13,
It will be great to facilitate this in the next plugin’s update?
There are height and width, but also margins.
Regards,
Hi @davidovic123;
To resize the logo’s width and height. Please replace the below files in the given path.
Please take a backup of the existing plugin before replacing the file below.
File path:-woocommerce-delivery-notes/includes/.
File:- https://www.dropbox.com/s/cmnynxazjy24hb0/class-wcdn-settings.php?dl=0
File:- https://www.dropbox.com/s/b3floqi25ygxz9u/wcdn-template-functions.php?dl=0
File path:-woocommerce-delivery-notes/js.
File:-https://www.dropbox.com/s/qv6525iyx2j9sj7/admin.js?dl=0
Please note:- Updating the plugin’s new version will wipe out these changes.
Regards,
Moksha.
Hi @mokshasharmila13,
Thanks for this.
I have replaced both files in the includes folder, but it doesn’t seem to work.
I have implemented width and height values by CSS, unfortunately there is no change.
How do I implement these values correctly and make them change?
Thank you,
Hi @davidovic123,
When you replace all the files as mentioned in my reply then it will create two more field in “woocommerce/settings/print”. To resize width and height the fields will display below the shop logo. You just need to fill that blank with any height and width save the content. This will change the height and width of the logo.
Try this and let us know if it working or not?
Regards,
Moksha
Hi @mokshasharmila13,
Indeed, I had not noticed the two fields width and height in the settings.
Now it works.
Thank you very much for your support,