I put additional css:
nav-brand-sitelogo {
height: 91px!important;
width: 300px!important;
}
element.style {
height: 91px!important;
width: 300px!important;
}
.can-shrink-brand.sticky-brand-shrink-on .desktop-sticky .navbar-brand img {
height: 91px!important;
width: 300px!important;
}
But at the time I publish does not update the logo to be the same height, at the time that I scroll down with the scrollbar it gives a distorted
<img src="https://mdwebdesign.tk/wp-content/uploads/2018/07/mdlogopng.png"alt="Voltar para a página inicial" class="" width="300" height="91" style="max-width:250px;max-height:100px" data-no-retina="" data-czr-model_id="logo" data-czr-template="templates/parts/header/parts/logo">
I think it's this max witdh and max-heght, but I've already defined everything for 300x91 I do not know how to fix Thanks