Logo with inappropriate aspect ratio in mobile mode

What’s up Adrian?

Could you show us through screenshots the specific mismatch? checking your site I see the logo in the mobile version like this

A suggested adjustment would be that it could look like this

Try the following CSS styles which you can add from your theme section or from Appearance options-> Customize-> Added CSS

@media(max-width:425px){
.rh-header .logo-container img {
width: 100% !important;
max-width: 150px !important;
height: car !important;
}
.rh-header .bs-pinning-wrapper, .rh-header.light .rh-container {
height: 75px !important;
}
}

Cheers!

Answered : 07/22/2022 11:38 pm

See also  Pass the web from a folder to public html
Loading Facebook Comments ...
Loading Disqus Comments ...