0
added 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 when I publish it doesn’t update the logo to be the same height, at the time I go down with the scroll bar 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 set everything to 300 x 91 I don’t know how to fix Thank you
Okay, thanks
– matheusdouradobr
@matheusdouradobr cool that worked out there! If my answer has helped you in any way consider marking it as Accept, in this icon below the arrows on the left side of the answer if you think it has helped solve the problem. So the site does not get its open question pending no answer accepted even though it has already been resolved. []s
– hugocsl