Comment to Mobile logo size
-
Hello Claudio Acosta !
Yes, it's possible to do via CSS. In the Studio->[Your template name]->Styles->Custom Styles area you need to add somth like:
@media (min-width: 768px) and (max-width: 1024px) {
#bx-logo-container {width: 200px;
height: 50px;
}
}