Hello,
I have an issue with Odoo 11 Logo resizing. I have an online database using one of the free themes available.
I have uploaded the company logo in the company profile. This automatically publishes the logo onto the website.
But the logo appears very small.
Does anyone knows where to find this doc
<a href="/" class="navbar-brand logo">
<span data-oe-model="res.company" data-oe-id="1" data-oe-field="logo" data-oe-type="image" data-oe-expression="res_company.logo" style="max-height:120px" alt="Logo of bessoniere" title="bessoniere"><img class="img img-responsive" src="/web/image/res.company/1/logo?unique=773f3e5" style=""></span>
</a>
I believe that if i can set the height in the style argument, I will be able to modify the size.