Hello,
I want to decrease the size of the logo on mobile. Website: https://imabyssal.com/
thanks!
Hi @imabyssal !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please paste this code at the bottom of theme.css under assets in theme code files;
@media only screen and (max-width: 749px) {
.header-branding .logo-image, .template-password .password-branding .logo-image {
max-height: 21px !important;
}
}
You can change px as you want.
Like this;
Best Regards;
PageFly