I need to change the logo size in my website:
I try changing this:
In the HTML Editor
<?xml version="1.0"?>
<data inherit_id="website.layout" customize_show="True" name="Show Logo">
<xpath expr="//header//a[@class='navbar-brand']" position="replace">
<a href="/" class="navbar-brand logo">
<img src="/logo.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name" width=200 height=150 />
</a>
</xpath>
</data>
But only i can change the width but not the height.
Some people can help me?
Best Regards.