(Squarespace) Increase Logo Size on Mobile

To increase Mobile Logo Size, you can use this code to Website > Website Tools > Custom CSS

@media screen and (max-width:767px) {
.header-title-logo img, .header-title-logo a {
    max-height: 70px;
}
}
2 Likes