Reply To: Logo Image – Polylang translation

#22956
[email protected]
Participant

Hi, Daniel

thanks a lot for your help, it works however I forgot that in case of slovak logo I have added this CSS rule before in order to fit it correctly in navbar:

.navbar-brand > .site-logo {
display: inline-block;
width: auto;
max-height: 70px;
vertical-align: middle;
-webkit-transition: height .25s ease, max-height .25s ease;
-moz-transition: height .25s ease, max-height .25s ease;
-ms-transition: height .25s ease, max-height .25s ease;
-o-transition: height .25s ease, max-height .25s ease;
transition: height .25s ease, max-height .25s ease;
}

sorry, I do not have experience in CSS, is it possible to combine it with your previous CSS rule? because now, the english logo is not correctly fitted in navbar as you can see here: http://kvae.web2v.ukf.sk/en/home-2/ (when shrinked by scrolling down)

Thanks a lot!